Skip to content
Windsurf

Vaara MCP Server for Windsurf

io.github.vaaraio/vaara-server

Accountable autonomy MCP server: gating, tamper-evident audit for every action

client:Windsurf transport:stdio runtime:pypi

Install Vaara MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vaara-server": {
      "command": "uvx",
      "args": [
        "vaara"
      ],
      "env": {
        "VAARA_DB": "<VAARA_DB>",
        "VAARA_API_KEY": "<VAARA_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Vaara MCP Server in other clients