← Back to Plugins
MCP Server MCP

Vaara MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx vaara

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "vaara",
      "version": "1.75.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "PyPI package providing the vaara-mcp-server entry point",
          "value": "vaara",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "vaara-mcp-server",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the SQLite audit DB. Defaults to vaara_audit.db in the working directory.",
          "name": "VAARA_DB"
        },
        {
          "description": "Optional shared secret. When set, every tool call must include _api_key in its arguments. Leave unset for single-tenant stdio deployments where process isolation is enough.",
          "name": "VAARA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...