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