Skip to content
Claude Desktop

knowmind for Claude Desktop

io.github.schubeler-consulting/knowmind

AI agent memory & knowledge graph, hosted in Germany (GDPR). Recall, relations, store via MCP.

client:Claude Desktop transport:stdio runtime:npm

Install knowmind in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "knowmind": {
      "command": "npx",
      "args": [
        "-y",
        "knowmind"
      ],
      "env": {
        "KNOWMIND_TOKEN": "<KNOWMIND_TOKEN>",
        "KNOWMIND_API_URL": "<KNOWMIND_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

knowmind in other clients