wisdomgraph for Cursor
io.github.cklam12345/wisdomgraph
Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions
client:Cursor
transport:stdio
runtime:npm
Install wisdomgraph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wisdomgraph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wisdomgraph"
],
"env": {
"WISDOM_NEO4J_PASSWORD": "<WISDOM_NEO4J_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs