Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

AgentVault in other clients