rubit-mcp-mail for Zed
io.github.bgalmes/rubit-mcp-mail
Read-only MCP server for your mail — provider-agnostic IMAP that never marks a message as read.
client:Zed
transport:stdio
runtime:pypi
Install rubit-mcp-mail in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rubit-mcp-mail": {
"command": "uvx",
"args": [
"rubit-mcp-mail"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs