graphContext

vedansh-5/graphContext
★ 0 stars Go AI/LLM Updated today
MCP server to convert codebase into graph - highly concurrent and fast for LLM to use graph as context
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "graphcontext": {
      "command": "go",
      "args": [
        "run",
        "github.com/vedansh-5/graphContext@latest"
      ]
    }
  }
}

README Excerpt

CodeGraphContext is a high-performance, local Model Context Protocol (MCP) server written in Go. It dynamically crawls, parses, and indexes Python codebases into a queryable relational graph inside SQLite, exposing tools for AI agents to inspect call hierarchies and function dependencies in real-time.