MCP Server
MCP
Vaara
Accountable autonomy proxy: gating, tamper-evident audit, time anchor for every action
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
By
Comments
Sign in to leave a comment