Skip to content
Zed

Outlook Mailbox Tidier for Zed

io.github.ma2no4413/outlook-mcp

Tidy a large Outlook / Hotmail mailbox. Folder subtree moves, bulk ops with dry run, never sends.

client:Zed transport:stdio runtime:oci

Install Outlook Mailbox Tidier in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "outlook-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ma2no4413/outlook-mcp:0.2.7"
      ],
      "env": {
        "OUTLOOK_CLIENT_ID": "<OUTLOOK_CLIENT_ID>",
        "OUTLOOK_TOKEN_CACHE": "<OUTLOOK_TOKEN_CACHE>",
        "OUTLOOK_TENANT": "<OUTLOOK_TENANT>",
        "OUTLOOK_READONLY": "<OUTLOOK_READONLY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Outlook Mailbox Tidier in other clients