Code Graph Rag Mcp
About
Code Rag with Graph - local only installation
Details
- Author
- er77
- Downloads
- 127
- Categories
- Developer Tools, Knowledge Base
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Code Graph Rag McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"code-graph-rag": {
"command": "npx",
"args": [
"@er77/code-graph-rag-mcp",
"/absolute/path/to/your/codebase"
]
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"code graph rag mcp": {
"code-graph-rag": {
"command": "npx",
"args": [
"@er77/code-graph-rag-mcp",
"/absolute/path/to/your/codebase"
]
}
}
}
}
McpServers
{
"code-graph-rag": {
"command": "npx",
"args": [
"@er77/code-graph-rag-mcp",
"/absolute/path/to/your/codebase"
]
}
}
We have creating new one, for supporting large database
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Knowledge graph for token-efficient code reviews with Tree-sitter parsing, dual-mode embedding (ONNX + LiteLLM), and blast-radius analysis via MCP tools.
A blazingly fast codebase graphRAG implementation in 100% Rust
Recon indexes your codebase into a knowledge graph and exposes it via 14 MCP tools. AI agents get dependency mapping, blast radius analysis, safe multi-file rename, execution flow tracing, Cypher queries, semantic search, and PR review — without reading every file. Supports 13 languages, live re-index in ~50ms, and zero config setup.
Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, and lets you query across projects with natural language and source citations.
A platform-agnostic code analysis library with semantic search capabilities and MCP server support.
A server for CodeFuse-CGM, a graph-integrated large language model designed for repository-level software engineering tasks.
Generates and queries a graph representation of a codebase.
An MCP server that indexes local code into a graph database to provide context to AI assistants.
Graph-powered code intelligence MCP server with semantic search, knowledge graph, and dependency analysis for Claude Code, Cursor, and Copilot.
Graph-based long-term memory skill for AI (LLM) coding agents — faster context, fewer tokens, safer refactors
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





