← Back to Plugins
MCP Server MCP

Vaara

github By github 👁 1 views ▲ 0 votes

Accountable autonomy proxy: gating, tamper-evident audit, time anchor 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-proxy entry point",
          "value": "vaara",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "vaara-mcp-proxy",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "description": "Upstream MCP server in NAME=CMD form. Repeatable for fan-out (e.g. --upstream github=npx -y @modelcontextprotocol/server-github). Bare --upstream CMD lands under the default slot for single-upstream stdio.",
          "isRequired": true,
          "type": "named",
          "name": "--upstream",
          "isRepeated": true
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...