Skip to content
Cursor

Vaara for Cursor

io.github.vaaraio/vaara

Accountable autonomy proxy: gating, tamper-evident audit, time anchor for every action

client:Cursor transport:stdio runtime:pypi

Install Vaara in Cursor

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

{
  "mcpServers": {
    "vaara": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vaara"
      ]
    }
  }
}

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

Vaara in other clients