PluginBench
MCP Server

Vaara MCP Server

io.github.vaaraio/vaara

What is the Vaara MCP server?

EU AI Act runtime evidence proxy for MCP servers: gating, tamper-evident audit, time anchor

How to install Vaara

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vaara": {
      "command": "uvx",
      "args": [
        "vaara",
        "--from",
        "vaara",
        "vaara-mcp-proxy",
        "--upstream"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vaara": {
      "command": "uvx",
      "args": [
        "vaara",
        "--from",
        "vaara",
        "vaara-mcp-proxy",
        "--upstream"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vaara": {
      "command": "uvx",
      "args": [
        "vaara",
        "--from",
        "vaara",
        "vaara-mcp-proxy",
        "--upstream"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vaara": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vaara",
        "--from",
        "vaara",
        "vaara-mcp-proxy",
        "--upstream"
      ]
    }
  }
}
Claude Code
claude mcp add vaara -- uvx vaara --from vaara vaara-mcp-proxy --upstream

Related MCP servers

EU AI Act runtime evidence as a standalone MCP server: gating, tamper-evident audit

View repository →