Code Graph RAG MCP
JSON →Code Rag with Graph - local only installation
Install
npx @modelcontextprotocol/inspector Tools · 15
- semantic_search Natural language code search across the codebase
- code_similarity Duplicate and clone detection for identifying refactoring opportunities
- jscpd_clone_scan JSCPD-based copy/paste detection without embeddings for targeted duplicate sweeps
- impact_analysis Change impact prediction to assess modification risks
- ai_refactoring Intelligent code suggestions to improve code quality
- hotspot_analysis Complexity and coupling metrics to find problem areas
- get_graph_health Database diagnostics for the code graph
- get_version Server version and runtime details
- reset_graph Clean reindexing of the code graph
- clean_index Clean reindexing of the code graph
- batch_index Resumable indexing with progress, Codex-safe for big repositories
- get_agent_metrics Runtime metrics across agents
- get_bus_stats Inspect knowledge bus topics
- clear_bus_topic Clear knowledge bus topics
- lerna_project_graph Workspace dependency DAG export with optional ingest and cached refresh control
Environment variables
OPENAI_BASE_URLOPENAI_API_KEYYOUR_KEY
Links
★ 117 GitHub stars