Skip to content
Cursor

knowmind for Cursor

io.github.schubeler-consulting/knowmind

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

client:Cursor transport:stdio runtime:npm

Install knowmind in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

knowmind in other clients