wisdomgraph for Cline
io.github.cklam12345/wisdomgraph
Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions
client:Cline
transport:stdio
runtime:npm
Install wisdomgraph in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"wisdomgraph": {
"command": "npx",
"args": [
"-y",
"wisdomgraph"
],
"env": {
"WISDOM_NEO4J_PASSWORD": "<WISDOM_NEO4J_PASSWORD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs