Skip to content
Windsurf

Moira for Windsurf

io.github.moira-mcp/moira

Agent Workflow Engine — multi-step MCP workflows with per-step directives and validation.

client:Windsurf transport:stdio runtime:oci

Install Moira in Windsurf

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

{
  "mcpServers": {
    "moira": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/moira-mcp/moira:0.3.4"
      ]
    }
  }
}

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

Moira in other clients