Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"codegraph": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/mcp-server.js"
],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USER": "neo4j",
"NEO4J_PASSWORD": "<your-neo4j-password>"
}
}
}
}Replace placeholder values for: NEO4J_PASSWORD
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeNEO4J_URI=bolt://localhost:7687NEO4J_USER=neo4jNEO4J_PASSWORD=