Skip to content
Grok

vouch mcp for Grok

io.github.vouch-protocol/vouch-mcp

Sign and verify W3C Verifiable Credentials so AI agents can cryptographically authorize actions.

client:Grok transport:stdio runtime:pypi

Install vouch mcp 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": {
    "vouch-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vouch-mcp"
      ],
      "env": {
        "VOUCH_PRIVATE_KEY": "<VOUCH_PRIVATE_KEY>",
        "VOUCH_DID": "<VOUCH_DID>",
        "VOUCH_MCP_TRANSPORT": "<VOUCH_MCP_TRANSPORT>",
        "VOUCH_MCP_HOST": "<VOUCH_MCP_HOST>",
        "VOUCH_MCP_PORT": "<VOUCH_MCP_PORT>"
      }
    }
  }
}

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

vouch mcp in other clients