Serversio.github.cklam12345/wisdomgraph
W

io.github.cklam12345/wisdomgraph

io.github.cklam12345/wisdomgraph · v0.2.0
▦ npm
v0.2.0npm npm: wisdomgraph↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.cklam12345/wisdomgraph",
  "description": "Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions",
  "repository": {
    "url": "https://github.com/cklam12345/wisdomGraph",
    "source": "github",
    "subfolder": "npm"
  },
  "version": "0.2.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "wisdomgraph",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Neo4j password for wisdomGraph. Set via `wisdom connect` or export directly.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WISDOM_NEO4J_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}