wisdomgraph
v0.2.1
Published
Accumulative Neo4j-native DIKW memory for Claude Code — permanent knowledge across sessions
Maintainers
Readme
wisdomGraph
Accumulative Neo4j-native DIKW memory for Claude Code — permanent knowledge across sessions.
This is the npm shim for wisdomGraph. All logic lives in the Python package.
Quick start
# 1. Install Python package
pip install 'wisdomgraph[mcp]'
# 2. Start Neo4j (local DozerDB)
wisdom docker up
wisdom connect bolt://localhost:7687 --user neo4j --password password
# 3. Register MCP server in Claude Code
wisdom mcp-installMCP config (via npx)
{
"mcpServers": {
"wisdomGraph": {
"command": "npx",
"args": ["wisdomgraph"]
}
}
}What it does
wisdomGraph gives Claude Code permanent, accumulative memory backed by Neo4j.
Five MCP tools:
wisdom_ingest— absorb files, directories, or URLswisdom_remember— store facts, decisions, insights explicitlywisdom_query— read-only Cypher traversalwisdom_reflect— DIKW promotion pipelinewisdom_report— tier counts + top Wisdom nodes
The graph never resets. Every session compounds.
Links
- GitHub: https://github.com/cklam12345/wisdomGraph
- PyPI: https://pypi.org/project/wisdomgraph/
- Docs: https://github.com/cklam12345/wisdomGraph#readme
