AgentVault for Claude Desktop
io.github.motiveflowllc/agentvault
Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.
client:Claude Desktop
transport:stdio
runtime:npm
Install AgentVault in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"@agentvault/mcp-server"
],
"env": {
"AGENTVAULT_AGENT_ID": "<AGENTVAULT_AGENT_ID>",
"AGENTVAULT_API_KEY": "<AGENTVAULT_API_KEY>",
"AGENTVAULT_ENDPOINT": "<AGENTVAULT_ENDPOINT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs