Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions
{
"mcpServers": {
"io-github-cklam12345-wisdomgraph": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 3 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
graphify gives you a snapshot. wisdomGraph gives you memory that compounds.
Type /wisdom in Claude Code or OpenClaw. Feed it your codebases, notes, papers, conversations — every run merges into a living Neo4j graph. The graph doesn't reset. It accumulates. Facts become patterns. Patterns become insights. Insights become wisdom.
/wisdom . # absorb this project into the wisdom graph
/wisdom ask "what patterns repeat across all my projects?"
/wisdom reflect # promote insights → wisdom, close the feedback loop
graphify is excellent at what it does: turn a folder into a knowledge graph snapshot. One run, one graph.json, one GRAPH_REPORT.md. Read it. Next session, start over.
wisdomGraph does something fundamentally different.
| graphify | wisdomGraph | |
|---|---|---|
| Storage | graph.json file (per-project) | Neo4j (persistent, all projects) |
| Node types | flat (code entities, concepts) | typed DIKW: Knowledge / Experience / Insight / Wisdom |
| Runs | snapshot, overwrites | MERGE — each run grows the graph |
| Query | read GRAPH_REPORT.md | live Cypher traversal at inference time |
| Memory | resets each session | accumulates across sessions, projects, months |
| Reasoning | community detection (topology) | graph path traversal + DIKW hierarchy |
| Feedback loop | none | Wisdom → Knowledge (neuroplasticity) |
| Database | none required | Neo4j Aura (free) or DozerDB Docker |
The difference is not incremental. It's architectural. graphify compresses a codebase into a readable report. wisdomGraph builds an artificial epistemology — one that remembers, connects, and grows.
Human experts don't store flat facts. They organize experience into layers:
Wisdom ← actionable principles derived from patterns
↑
Insight ← patterns detected across multiple experiences
↑
Experience ← events, decisions, outcomes with context
↑
Knowledge ← verified facts, documented behaviors, extracted structure
Every node in the wisdomGraph carries a tier label. The graph topology is the cognitive architecture. When you ask a question, Cypher traverses upward through the tiers — not keyword-matching flat text, but reasoning across lived experience.
The feedback loop is critical: when a Wisdom node is queried and found useful, it reinforces connected Knowledge nodes. The graph learns what matters.
Requires: Python 3.10+ and one of: Claude Code, OpenClaw
And one of: Neo4j Aura Free (cloud, no install) or DozerDB (local Docker, APOC included)
pip install 'wisdomgraph[mcp]' && wisdom install
wisdom connect bolt+s://xxxxxxxx.databases.neo4j.io --user neo4j --password <your-password>
Free tier: 200,000 nodes. Enough for years of accumulated wisdom.
wisdom docker up # pulls graphstack/dozerdb:5.26.3.0 and starts it
wisdom connect bolt://localhost:7687 --user neo4j -
... [View full README on GitHub](https://github.com/cklam12345/wisdomGraph#readme)
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Query and manage PostgreSQL databases directly from AI assistants
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for io.github.cklam12345/wisdomgraph and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.