Skip to content
Cursor

mindbase for Cursor

io.github.frankchu91/mindbase

LLM-maintained personal wiki: cross-references sources, flags contradictions. Local markdown.

client:Cursor transport:stdio runtime:npm

Install mindbase 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": {
    "mindbase": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mindbase-mcp"
      ],
      "env": {
        "MINDBASE_DATA_DIR": "<MINDBASE_DATA_DIR>"
      }
    }
  }
}

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

mindbase in other clients