Vaara MCP Server for Cline
io.github.vaaraio/vaara-server
Accountable autonomy MCP server: gating, tamper-evident audit for every action
client:Cline
transport:stdio
runtime:pypi
Install Vaara MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vaara-server": {
"command": "uvx",
"args": [
"vaara"
],
"env": {
"VAARA_DB": "<VAARA_DB>",
"VAARA_API_KEY": "<VAARA_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs