Skip to content
Grok

PEAC Protocol: Signed interaction receipts for Grok

io.github.peacprotocol/peac

Portable signed records for agent, API, MCP, and cross-runtime interactions.

client:Grok transport:stdio runtime:npm

Install PEAC Protocol: Signed interaction receipts in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "peac": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@peac/mcp-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

PEAC Protocol: Signed interaction receipts in other clients