Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"code-graph-mcp": {
"command": "npx",
"args": [
"-y",
"code-graph-mcp"
]
}
}
}
Or smoke-test directly:
npx -y code-graph-mcp
Details
| Website | https://www.npmjs.com/package/code-graph-mcp |
|---|---|
| License | unknown |
| Pricing | free |
| Tags | code-graph mcp search sourcegraph ast tree-sitter cli npx |
| Sources | npm |
| Discovered | 2026-05-25 |