Skip to content
Grok

Agent Inbox for Grok

ai.clize/inbox

A real email inbox for AI agents: human-approved sends, untrusted-by-default inbound.

client:Grok transport:stdio runtime:npm

Install Agent Inbox in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "inbox": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@clize/inbox"
      ]
    }
  }
}

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

Agent Inbox in other clients