Vaara MCP Server for Claude Desktop
io.github.vaaraio/vaara-server
Accountable autonomy MCP server: gating, tamper-evident audit for every action
client:Claude Desktop
transport:stdio
runtime:pypi
Install Vaara MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vaara-server": {
"command": "uvx",
"args": [
"vaara"
],
"env": {
"VAARA_DB": "<VAARA_DB>",
"VAARA_API_KEY": "<VAARA_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs