Skip to content
Cursor

Citadel for Cursor

dev.citadeldb/mcp

Encrypted-first embedded database with vector search and agent memory, exposed as MCP tools

client:Cursor transport:stdio runtime:pypi

Install Citadel 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": {
    "mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "citadeldb-mcp"
      ],
      "env": {
        "CITADEL_KEY": "<CITADEL_KEY>"
      }
    }
  }
}

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

Citadel in other clients