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
{
"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