Skip to content
Back to search
30
MCP

code-graph-rag

vitali87/code-graph-rag

The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs

Uptime
0.0%
42 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Code Graph RAG
Provides advanced code graph analysis through specialized agents for parsing, indexing, querying, and semantic search across codebases with
0 tools
Codebase RAG
Provides semantic codebase search and file retrieval using CocoIndex embeddings and PostgreSQL with pgvector for similarity search, enabling
0 tools
DeepRepo
RAG engine for local codebases with multi-provider AI support and semantic search.
0 tools
code-graph-rag-mcp
Local-first code knowledge graph MCP server
0 tools
codebase RAG
Metadata-only Glama MCP server.
0 tools
RAG Knowledge Graph
Python MCP server for RAG-based knowledge graph construction and querying.
0 tools

How to use

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

{
  "mcpServers": {
    "code-graph-rag": {
      "url": "https://code-graph-rag.com",
      "transport": "http"
    }
  }
}