your mail mcp for Cline
io.github.wildsurfer/your-mail-mcp
Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.
client:Cline
transport:stdio
runtime:oci
Install your mail mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"your-mail-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wildsurfer/your-mail-mcp:0.4.0"
],
"env": {
"PUBLIC_URL": "<PUBLIC_URL>",
"OAUTH_PASSPHRASE": "<OAUTH_PASSPHRASE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs