Skip to content
Cursor

Conarium for Cursor

io.github.dogrucanemek-alt/conarium

Governed database access for AI assistants: masking, signed receipts, coverage reconciliation.

client:Cursor transport:stdio runtime:npm

Install Conarium in Cursor

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

{
  "mcpServers": {
    "conarium": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@conarium-ai/core"
      ]
    }
  }
}

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

Conarium in other clients