Favicon of code-graph-rag

code-graph-rag MCP Server

MCP ServerCode & Developer ToolsPythonOpen source

code-graph-rag is a Python MCP server with uvx/pip, docker, git clone. The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs

How to use code-graph-rag MCP Server

Install or run

git clone https://codeberg.org/vitali87/code-graph-rag.git
cd code-graph-rag

Client configuration

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.vitali87/code-graph-rag",
  "title": "Code-Graph-RAG",
  "description": "Graph-based RAG system for multi-language codebases. Parse, index, query, and edit code using knowledge graphs and natural language.",
  "websiteUrl": "https://code-graph-rag.com",
  "repository": {
    "url": "https://codeberg.org/vitali87/code-graph-rag",
    "source": "github"
  },
  "version": "0.0.184",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "code-graph-rag",
      "version": "0.0.184",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "positional",
          "value": "mcp-server"
        }
      ],
      "environmentVariables": [
        {
          "name": "ORCHESTRATOR_PROVIDER",
          "description": "LLM provider for the orchestrator agent (openai, anthropic, google, azure, cohere, ollama)",
          "default": "anthropic"
        },
        {
          "name": "ORCHESTRATOR_MODEL",
          "description": "Model name for the orchestrator agent",
          "default": "claude-sonnet-4-20250514"
        },
        {
          "name": "ORCHESTRATOR_API_KEY",
          "description": "API key for the orchestrator LLM provider",
          "isRequired": true,
          "isSecret": true
        },
        {
          "name": "CYPHER_PROVIDER",
          "description": "LLM provider for Cypher query generation (openai, anthropic, google, azure, cohere, ollama)",
          "default": "anthropic"
        },
        {
          "name": "CYPHER_MODEL",
          "description": "Model name for Cypher query generation",

What is code-graph-rag MCP Server?

code-graph-rag is a Python MCP server with uvx/pip, docker, git clone. The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
90/100
Maintenance signal
95/100
Adoption signal
83/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Tool access support
  • Shell commands support
  • File editing support
  • Document generation support
  • OpenAI provider support
  • Anthropic provider support
  • Google provider support

Available tools

Find

Technical details

Install or run code-graph-rag using uvx/pip. Check vitali87/code-graph-rag for the latest setup command.

uvx/pipdockergit clonestdioSSE
  • Built for Python
  • Built for Node.js
  • Built for Docker
  • Built for Go
  • Built for Rust
  • Install or run with uvx/pip
  • Install or run with docker
  • Install or run with git clone

Requirements and access

PythonNode.jsDockerGoRustAPI key requiredLocal filesDatabase access

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Destructive actionsWrite actionsRead-only modeFilesystem accessDatabase accessCredentials requiredCan write or update dataMay support destructive actionsAPI key required authenticationHosted or remote

When to use code-graph-rag MCP Server

  • Use it for connecting agents to external tools and data.
  • Use it for integrations workflows.
  • Use it for coding workflows.
  • Use it for data workflows.

Built with

PythonNode.jsDockerGoRustuvx/pipdockergit clonestdioSSE

Explore related resources

Frequently asked questions

What is code-graph-rag?

code-graph-rag is a Python MCP server with uvx/pip, docker, git clone. The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs

Who is code-graph-rag best for?

code-graph-rag is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows.

How do I install code-graph-rag?

Install or run code-graph-rag using uvx/pip. Check code-graph-rag for the latest setup command.

Is code-graph-rag actively maintained?

code-graph-rag may need a closer maintenance check before production use.

Share:

Stars
2,274
Forks
379
Last commit
25 days ago
Repository age
1 year
License
MIT

Auto-fetched from GitHub.

Similar to code-graph-rag