Skip to content

Verimand MCP Authority Server for Grok

dev.verimand/mcp-authority-server

Agent-native access to verifiable VAGP authority.

client:Grok transport:stdio runtime:npm

Install Verimand MCP Authority Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-authority-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verimand/mcp-authority-server"
      ]
    }
  }
}

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

Verimand MCP Authority Server in other clients