Skip to content

Add wisdomGraph — Neo4j-native DIKW accumulative memory MCP server - #3917

Closed
cklam12345 wants to merge 1 commit into
modelcontextprotocol:mainfrom
cklam12345:add-wisdomgraph
Closed

Add wisdomGraph — Neo4j-native DIKW accumulative memory MCP server#3917
cklam12345 wants to merge 1 commit into
modelcontextprotocol:mainfrom
cklam12345:add-wisdomgraph

Conversation

@cklam12345

Copy link
Copy Markdown

Summary

Adds wisdomGraph to the community servers list (alphabetically under W, between WordPress MCP Adapter and Workflowy).

What it does

wisdomGraph is a Neo4j-native MCP server that gives Claude Code permanent, accumulative memory across sessions.

It exposes 5 tools:

  • wisdom_ingest — absorb files, directories, or URLs into Neo4j
  • wisdom_remember — store facts, decisions, bugs fixed explicitly
  • wisdom_query — read-only Cypher traversal over the graph
  • wisdom_reflect — DIKW promotion pipeline (Knowledge → Experience → Insight → Wisdom)
  • wisdom_report — graph status + top Wisdom nodes as markdown

Uses MERGE semantics — every session accumulates, nothing resets. The DIKW pyramid models how human experts organize knowledge: facts promoted to patterns, patterns to insights, insights to actionable principles.

Setup

pip install 'wisdomgraph[mcp]' && wisdom mcp-install

This writes to .claude/settings.json:

{
  "mcpServers": {
    "wisdomGraph": { "command": "wisdom", "args": ["mcp"] }
  }
}

Checklist

  • Entry is alphabetically placed in the community servers list
  • Description is concise and accurate
  • Links to public GitHub repo with MIT license
  • Package published on PyPI (pip install wisdomgraph)
  • 88 passing tests (Python 3.10 / 3.11 / 3.12)

@cklam12345

Copy link
Copy Markdown
Author

Closing — per CONTRIBUTING.md, server listings should go to the MCP Registry at registry.modelcontextprotocol.io. Submitting there instead.

@cklam12345 cklam12345 closed this Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant