Stats
Actions
Tags
From code-graph-mcp
Local stdio MCP server 'code-graph' providing code graph analysis or visualization tools. Runs as Node.js subprocess via launcher script. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"code-graph": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp-launcher.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub sdsrss/code-graph-mcp --plugin code-graph-mcp