Skip to content
Grok

AgentVault for Grok

io.github.motiveflowllc/agentvault

Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.

client:Grok transport:stdio runtime:npm

Install AgentVault in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "agentvault": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentvault/mcp-server"
      ],
      "env": {
        "AGENTVAULT_AGENT_ID": "<AGENTVAULT_AGENT_ID>",
        "AGENTVAULT_API_KEY": "<AGENTVAULT_API_KEY>",
        "AGENTVAULT_ENDPOINT": "<AGENTVAULT_ENDPOINT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AgentVault in other clients