Back to search
30
MCP

allentcm/mcp-codebase-rag

docker/allentcm/mcp-codebase-rag

MCP server for code retrieval from a fully indexed codebase using CocoIndex

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

iflow-mcp_mcp-codebase-rag
MCP server for code retrieval from a fully indexed codebase using CocoIndex
0 tools
code-rag-mcp
MCP server for efficient code search
0 tools
cocoindex-code-mcp-server
RAG based on cocoindex as MCP server (streamingHttp), with Haskell support
0 tools
codebase-qa-mcp
MCP server for codebase Q&A powered by RAG — index any git repo and ask questions about the code
0 tools
code-search-mcp
MCP server for indexing code repositories with SQLite
0 tools
cocoindex-mcp
MCP server for querying cocoindex code embeddings database
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "allentcm/mcp-codebase-rag": {
      "url": "None",
      "transport": "http"
    }
  }
}