Skip to content
Zed

knowmind for Zed

io.github.schubeler-consulting/knowmind

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

client:Zed transport:stdio runtime:npm

Install knowmind in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

knowmind in other clients