JMAP Email for Windsurf
io.github.mikluko/jmap-mcp
Email management via JMAP — mailboxes, messages, identities, and Sieve scripts
client:Windsurf
transport:stdio
runtime:oci
Install JMAP Email in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"jmap-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mikluko/jmap-mcp:0.10.0"
],
"env": {
"JMAP_SESSION_URL": "<JMAP_SESSION_URL>",
"JMAP_AUTH_TOKEN": "<JMAP_AUTH_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs