← Index

io.github.cklam12345/wisdomgraph

io.github.cklam12345/wisdomgraph·v0.2.0·Memory & RAG
Quality Score
80
/100

Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "wisdomgraph": {
      "command": "npx",
      "args": [
        "-y",
        "wisdomgraph"
      ],
      "env": {
        "WISDOM_NEO4J_PASSWORD": "<your-wisdom_neo4j_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "wisdomgraph": {
      "command": "npx",
      "args": [
        "-y",
        "wisdomgraph"
      ],
      "env": {
        "WISDOM_NEO4J_PASSWORD": "<your-wisdom_neo4j_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y wisdomgraph
§02  Environment variables
WISDOM_NEO4J_PASSWORD
requiredsecret

Neo4j password for wisdomGraph. Set via `wisdom connect` or export directly.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG