Skip to main content
Coding AgentsPython

shashankss1205/codegraphcontext

🐍 🏠 🍎 πŸͺŸ 🐧 An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

coding-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/Shashankss1205/CodeGraphContext

Claude Desktop configuration example:

{
  "mcpServers": {
    "codegraphcontext": {
      "command": "npx",
      "args": [
        "-y",
        "shashankss1205/codegraphcontext"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
Shashankss1205