Agent Inbox for VS Code
ai.clize/inbox
A real email inbox for AI agents: human-approved sends, untrusted-by-default inbound.
client:VS Code
transport:stdio
runtime:npm
Install Agent Inbox in VS Code
.vscode/mcp.json
{
"servers": {
"inbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clize/inbox"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs