A persistent code knowledge graph with a command-line interface and an MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"silent-cartographer": {
"command": "cargo",
"args": [
"run",
"--",
"silent-cartographer"
]
}
}
}
Run in terminal:
claude mcp add silent-cartographer cargo run -- silent-cartographer
Add to .cursor/mcp.json:
{
"mcpServers": {
"silent-cartographer": {
"command": "cargo",
"args": [
"run",
"--",
"silent-cartographer"
]
}
}
}