mcpbeat Sign in

Wisdomgraph MCP Server

by cklam12345 Your server? Claim it
local only

Wisdomgraph runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 12 Jul 2026.

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

Installs per day peak 24 · avg 5 · +10% w/w
a month agotoday
27
Installs / week
npm · wisdomgraph
2
Stars
0 open issues
12 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 4 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Runs an external command wisdom/docker.py:15, wisdom/local.py:32
        return subprocess.run(cmd, capture_output=True, text=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Wisdomgraph every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wisdomgraph -- npx -y wisdomgraph
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wisdomgraph": {
      "args": [
        "-y",
        "wisdomgraph"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wisdomgraph]
command = "npx"
args = ["-y", "wisdomgraph"]
.cursor/mcp.json
{
  "mcpServers": {
    "wisdomgraph": {
      "args": [
        "-y",
        "wisdomgraph"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wisdomgraph": {
      "args": [
        "-y",
        "wisdomgraph"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WISDOM_NEO4J_PASSWORD (Neo4j password for wisdomGraph. Set via `wisdom connect` or export directly.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wisdomgraph

same job, measured the same way
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only
Claude Find
by cavinooo

Pull Deep Memory from across your Claude Code Sessions — when you need it.

57 installs/wk local only
Korg Recall MCP
by new1direction

Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning.

33 installs/wk local only
Hypermnesia MCP Viz
by cdeust

Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.

95 installs/wk local only
Claude Memory Manager
by nyxtoolsdev

Cross-session memory for Claude Code — context capture, semantic search, recall

80 installs/wk local only
NervaPack
by ramdhavepreetam

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

696 installs/wk local only
Longhand
by wynelson94

Local memory for Claude Code. Semantic recall across session history with zero API calls.

244 installs/wk local only

Wisdomgraph — questions

Answers built from our own checks of this server.

Why is there no uptime for Wisdomgraph?
Wisdomgraph runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package wisdomgraph was installed 27 times last week.
How do I connect Wisdomgraph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wisdomgraph straight from npm; nothing to host, nothing to sign up for.
How many people use Wisdomgraph?
The npm package wisdomgraph was installed 27 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wisdomgraph open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.