Stats
Actions
Tags
From codegraph-rust
Tree-sitter-backed semantic code index. Tools: codegraph_search, codegraph_get_node, codegraph_callers, codegraph_callees, codegraph_impact, codegraph_status, codegraph_files, codegraph_resolve, codegraph_languages, codegraph_context, codegraph_explore.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codegraph-rust": {
"command": "codegraph-rust",
"args": [
"serve",
"--path",
"${workspaceFolder}"
]
}
}
}Server configuration and connection parameters
codegraph-rustCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub peterctwang/codegraph-rust