cocoindex MCP
Related Servers
Alternatives to cocoindex MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceLocal MCP server that provides semantic search (RAG) over code repositories, enabling AI clients like Claude and Gemini to access project context without manual re-upload.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).15 npm37MIT
- AlicenseAqualityAmaintenanceMCP server for semantic code search with AST-aware chunking, hybrid vectors, and query syntax.121Apache 2.0
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.36 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Dockerized MCP server that fetches your GitHub repositories, indexes them into a local vector database, and exposes semantic code search tools to LLM clients for tailored technical mock interviews grounded in your actual code.-
- AlicenseAqualityFmaintenanceMCP server for semantic code search that indexes your codebase and allows AI editors to search using natural language queries.953 npm53MIT
TDQS
Scored across 3 tools
Each tool has a clear and distinct purpose: indexing documents, indexing repos, and searching. There is no overlap or ambiguity.
Tool names follow a consistent snake_case pattern, with two using verb_noun (index_documents, index_repo) and one using a simple verb (search). This is mostly consistent with a minor deviation.
Three tools is a reasonable count for a focused indexing and search server. It covers the core functionality without being too sparse or excessive.
The tool surface covers the primary operations: indexing two types of content and searching across them. While there are no delete or update operations, the server appears to be scoped for basic indexing and retrieval, which is adequately covered.