A real email inbox for AI agents: human-approved sends, untrusted-by-default inbound.
claude mcp add inbox -- npx -y @clize/inbox
claude_desktop_config.json
{
"mcpServers": {
"inbox": {
"command": "npx",
"args": [
"-y",
"@clize/inbox"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"inbox": {
"command": "npx",
"args": [
"-y",
"@clize/inbox"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"inbox": {
"command": "npx",
"args": [
"-y",
"@clize/inbox"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"inbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clize/inbox"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"inbox": {
"command": "npx",
"args": [
"-y",
"@clize/inbox"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.clize--inbox/reviews or the review_server meta-tool.
POST /mcp