Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"codegraph": {
"command": "codegraph",
"args": [
"start",
"stdio"
],
"env": {
"CODEGRAPH_CONFIG": "~/.codegraph/config.toml"
}
}
}
}