Skip to content
Cursor

Agent Inbox for Cursor

ai.clize/inbox

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

client:Cursor transport:stdio runtime:npm

Install Agent Inbox in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Agent Inbox in other clients