Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Code Graph Rag Mcp

    43 stars
    TypeScript
    Updated Oct 18, 2025

    Table of Contents

    • 🚀 Quick Start
    • Installation
    • LATEST VERSION ONLY FROM GitHub Realeases
    • do not use npm repository any more
    • Claude Desktop Integration
    • Gemini CLI Integration
    • Codex CLI Integration
    • Installation Guide (All Clients)
    • 🏆 Performance
    • 🔍 Key Features
    • 🔬 Advanced Analysis Tools (26 MCP Methods)
    • ⚡ High-Performance Architecture
    • 🌐 Multi-Language Support (11 Languages)
    • 🛠️ Usage Examples
    • 🧰 Troubleshooting
    • 📋 Changelog
    • 🚀 Version 2.7.11 (2025-12-15) - Per-Repo Database Isolation
    • 🚀 Version 2.7.12 (2025-12-15) - Remove Deprecated boolean Install Warning
    • 🚀 Version 2.7.10 (2025-12-15) - sqlite-vec Global Install Fix
    • 🚀 Version 2.7.9 (2025-12-15) - Codex Config Fixes
    • 🚀 Version 2.7.8 (2025-12-15) - MCP Startup Diagnostics
    • 🚀 Version 2.7.7 (2025-12-14) - Codex StdIO Hardening + Kotlin
    • 🚀 Version 2.7.4 (2025-11-02) - Clone Reporting & CLI Boost
    • 🚀 Version 2.7.0 (2025-11-02) - JSCPD Clone Detection
    • 🚀 Version 2.6.0 (2025-10-12) - Major Architecture Upgrade
    • 🎉 Version 2.5.9 (2025-10-06) - 100% Success Rate
    • Version 2.5.8 (2025-10-06) - Critical Infrastructure Fixes
    • Previous Versions
    • ⚡ System Requirements
    • Known Issues
    • 🤝 Contributing
    • 📄 License

    Table of Contents

    • 🚀 Quick Start
    • Installation
    • LATEST VERSION ONLY FROM GitHub Realeases
    • do not use npm repository any more
    • Claude Desktop Integration
    • Gemini CLI Integration
    • Codex CLI Integration
    • Installation Guide (All Clients)
    • 🏆 Performance
    • 🔍 Key Features
    • 🔬 Advanced Analysis Tools (26 MCP Methods)
    • ⚡ High-Performance Architecture
    • 🌐 Multi-Language Support (11 Languages)
    • 🛠️ Usage Examples
    • 🧰 Troubleshooting
    • 📋 Changelog
    • 🚀 Version 2.7.11 (2025-12-15) - Per-Repo Database Isolation
    • 🚀 Version 2.7.12 (2025-12-15) - Remove Deprecated boolean Install Warning
    • 🚀 Version 2.7.10 (2025-12-15) - sqlite-vec Global Install Fix
    • 🚀 Version 2.7.9 (2025-12-15) - Codex Config Fixes
    • 🚀 Version 2.7.8 (2025-12-15) - MCP Startup Diagnostics
    • 🚀 Version 2.7.7 (2025-12-14) - Codex StdIO Hardening + Kotlin
    • 🚀 Version 2.7.4 (2025-11-02) - Clone Reporting & CLI Boost
    • 🚀 Version 2.7.0 (2025-11-02) - JSCPD Clone Detection
    • 🚀 Version 2.6.0 (2025-10-12) - Major Architecture Upgrade
    • 🎉 Version 2.5.9 (2025-10-06) - 100% Success Rate
    • Version 2.5.8 (2025-10-06) - Critical Infrastructure Fixes
    • Previous Versions
    • ⚡ System Requirements
    • Known Issues
    • 🤝 Contributing
    • 📄 License

    Documentation

    Code Graph RAG MCP Server

    License: MIT

    Node.js

    Sponsor https://accelerator.slider-ai.ru/

    Advanced Multi-Language Code Analysis with Semantic Intelligence

    A powerful Model Context Protocol server that creates intelligent graph representations of your codebase with comprehensive semantic analysis capabilities.

    🌟 11 Languages Supported | ⚡ 5.5x Faster | 🔍 Semantic Search | 📊 26 MCP Methods

    ---

    🚀 Quick Start

    Installation

    LATEST VERSION ONLY FROM GitHub Realeases

    do not use npm repository any more

    bash
    # Install globally
    npm install -g ./er77-code-graph-rag-mcp-2.7.12.tgz
    code-graph-rag-mcp --version

    Claude Desktop Integration

    bash
    # Quick setup (recommended)
    npx @modelcontextprotocol/inspector add code-graph-rag \
      --command "npx" \
      --args "@er77/code-graph-rag-mcp /path/to/your/codebase"

    or

    code
    #
      claude mcp add-json  code-graph-rag ' { 
            "command": "npx",
            "args": ["@er77/code-graph-rag-mcp", "/_work_fodler"],
      "env": {
        "MCP_TIMEOUT": "80000"
      }
          }

    Manual setup: Add to Claude Desktop config → See detailed instructions

    Gemini CLI Integration

    bash
    # Example
    gemini mcp add-json code-graph-rag '{
      "command": "npx",
      "args": ["@er77/code-graph-rag-mcp", "/path/to/your/codebase"]
    }'

    Codex CLI Integration

    bash
    # Recommended: add a *global* MCP server entry (works from any project folder)
    codex mcp remove code-graph-rag  # optional cleanup
    codex mcp add code-graph-rag -- code-graph-rag-mcp
    
    # Or point Codex directly at a local dev build (no npm/npx required)
    codex mcp remove code-graph-rag  # optional cleanup
    codex mcp add code-graph-rag -- node /absolute/path/to/code-graph-rag-mcp/dist/index.js

    Multi-codebase support: Analyze multiple projects simultaneously → Multi-Codebase Setup Guide

    Installation Guide (All Clients)

    • NPM: npm install -g @er77/code-graph-rag-mcp
    • Run server locally: code-graph-rag-mcp [directory]
    • Claude: use Inspector (above) or see Quick Start
    • Gemini: configure via gemini mcp add-json ... (above)
    • Codex: configure via codex mcp add ... (above)

    ---

    🏆 Performance

    5.5x faster than Native Claude tools with comprehensive testing results:

    MetricNative ClaudeMCP CodeGraphImprovement
    Execution Time55.84s

    Click to expand version history (2.5.7 - 2.3.3)

    v2.5.7 - Semantic analysis improvements, lowered thresholds, clone detection

    v2.5.6 - Fixed DoraAgent type collision (+16% success rate)

    v2.5.5 - WASM path resolution fix, get_version tool, restart script

    v2.5.4 - Architecture Decision Records (ADRs)

    v2.5.3 - Deprecated dependency warning suppression

    v2.5.2 - Enhanced README documentation

    v2.5.1 - Python magic methods, import analysis enhancements

    v2.5.0 - 8 new languages (C#, Rust, C, C++, Go, Java, VBA), Research Trinity

    v2.4.1 - Rust AST parsing, system architecture docs

    v2.4.0 - Health check tools, AST hotspots, semantic routing

    v2.3.3 - Entity extraction fix (0 → 4,467 entities)

    ---

    ⚡ System Requirements

    Minimum: Node.js 24+, 2GB RAM, Dual-core CPU

    Recommended: Node.js 24+, 8GB RAM, Quad-core CPU with SSD

    Known Issues

    • **Deprecated boolean@3.2.0 warning**: This is a transitive dependency from the optional onnxruntime-node package (used for ML embeddings). The package is deprecated but functional. The warning can be safely ignored as it doesn't affect core functionality.

    ---

    🤝 Contributing

    1. Fork the repository

    2. Follow Agent Governance rules

    3. Submit pull request

    Contributing Guide • Issue Tracker

    ---

    📄 License

    MIT License - see LICENSE file for details.

    Links: GitHub • NPM • MCP Protocol

    Similar MCP

    Based on tags & features

    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71
    • MC

      Mcp Open Library

      TypeScript·
      42
    • DI

      Discogs Mcp Server

      TypeScript·
      59

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71
    • MC

      Mcp Open Library

      TypeScript·
      42
    • DI

      Discogs Mcp Server

      TypeScript·
      59

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k