Skip to content
Windsurf

iris for Windsurf

io.github.superangrymonkey/iris

Microsoft 365 mail MCP: drafts into Outlook; sending off by default, opt-in via IRIS_ENABLE_SEND.

client:Windsurf transport:stdio runtime:pypi

Install iris in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "iris": {
      "command": "uvx",
      "args": [
        "iris-mcp"
      ],
      "env": {
        "IRIS_CLIENT_ID": "<IRIS_CLIENT_ID>",
        "IRIS_TENANT_ID": "<IRIS_TENANT_ID>",
        "IRIS_DRAFT_FOLDER": "<IRIS_DRAFT_FOLDER>",
        "IRIS_ALLOWLIST": "<IRIS_ALLOWLIST>",
        "IRIS_ENABLE_SEND": "<IRIS_ENABLE_SEND>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

iris in other clients