Skip to content
Cursor

BanditDB for Cursor

com.banditdb/mcp

Persistent decision memory for agents — learns which action works in which context

client:Cursor transport:stdio runtime:pypi

Install BanditDB 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": [
        "banditdb-python"
      ],
      "env": {
        "BANDITDB_URL": "<BANDITDB_URL>",
        "BANDITDB_API_KEY": "<BANDITDB_API_KEY>"
      }
    }
  }
}

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

BanditDB in other clients