8 days ago
developer-tools100% Rust implementation of code graphRAG with blazing fast AST+FastML parsing, surrealDB backend and advanced agentic code analysis tools through MCP for efficient code agent context management
Server Config
{
"mcpServers": {
"codegraph": {
"type": "stdio",
"command": "/Users/username/.cargo/bin/codegraph",
"args": [
"start",
"stdio"
],
"env": {}
}
}
}