🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

wisdomgraph

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wisdomgraph

Accumulative Neo4j-native DIKW memory for Claude Code — permanent knowledge across sessions

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
23
21.05%
Maintainers
1
Weekly downloads
 
Created
Source

wisdomGraph

Accumulative Neo4j-native DIKW memory for Claude Code — permanent knowledge across sessions.

PyPI npm License: MIT

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-install

MCP 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 URLs
  • wisdom_remember — store facts, decisions, insights explicitly
  • wisdom_query — read-only Cypher traversal
  • wisdom_reflect — DIKW promotion pipeline
  • wisdom_report — tier counts + top Wisdom nodes

The graph never resets. Every session compounds.

Keywords

mcp

FAQs

Package last updated on 12 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts