knowmind for Windsurf
io.github.schubeler-consulting/knowmind
AI agent memory & knowledge graph, hosted in Germany (GDPR). Recall, relations, store via MCP.
client:Windsurf
transport:stdio
runtime:npm
Install knowmind in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"knowmind": {
"command": "npx",
"args": [
"-y",
"knowmind"
],
"env": {
"KNOWMIND_TOKEN": "<KNOWMIND_TOKEN>",
"KNOWMIND_API_URL": "<KNOWMIND_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs