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.
Quick Start
Clone the repository:
git clone https://github.com/Shashankss1205/CodeGraphContextClaude Desktop configuration example:
{
"mcpServers": {
"codegraphcontext": {
"command": "npx",
"args": [
"-y",
"shashankss1205/codegraphcontext"
]
}
}
}Check the repository README for specific installation and configuration instructions.