A curated discovery engine for Model Context Protocol (MCP) servers: installation guides, security profiles and configuration snippets.
- Overview — Summary and recommendations for retrieval tools.
- Claude Desktop — Local-first connector for semantic search.
- Cursor — Streaming retrieval & developer UI.
- Overview — Summary and guidance for vector databases.
- Pinecone — Managed vector DB.
- Qdrant — Open-source vector database for production.
- Milvus — Scalable vector store for large datasets.
- Weaviate — Schema-driven vector search engine.
- Chroma — Lightweight embedded vector DB.
- FAISS — Local similarity search library.
- Redis Stack — In-memory vector similarity with Redis Stack.
- Overview — Guidance for choosing a backing store.
- DuckDB (Local) — Local analytical DB for fast SQL queries.
- Postgres — Relational DB for metadata and schemas.
- CockroachDB — Distributed SQL for fault tolerance and geo.
- Supabase — Hosted Postgres + realtime/auth.
- ClickHouse — Columnar analytics DB.
- SQLite — Embedded SQL for local-first apps.
- Overview — Search engine tradeoffs and guidance.
- Elasticsearch — Full-text and vector hybrid search engine.
- Typesense — Lightweight, instant search engine.
- Vespa — Scalable, hybrid serving and ranking engine.
- Overview — Model serving and local inference notes.
- Jupyter Server — Notebook server for ML prototyping.
- Ollama — Local LLM hosting platform.
- Llama.cpp — Lightweight local LLM inference runtime.
- TensorFlow Serving — Production model serving for TF.
- Overview — Infrastructure and testing tools overview.
- LocalStack — Local AWS emulator for integration testing.
- MinIO — Self-hosted S3-compatible object storage.
- Kafka — Distributed event streaming platform.
- Compact Index (quick reference) — Scannable table of entries with install hints.
- Read
INSTRUCTIONS.mdandTEMPLATE.mdto follow the standard entry format. - Add your server under the recommended category and update this master list.
- Run validations locally before opening a PR:
npm installnpm run validate(validates JSON snippets and configs)npm run check-md(ensures required markdown sections are present)npm test(runs both checks)
- See
CONTRIBUTING.mdfor detailed contribution steps and CI information.
Last updated: 2026-01-28