Skip to content
Cline

Workflow MCP for Cline

io.github.juliusolsson05/workflow-mcp

Session-bound Docker workflow server through Codex. State is discarded with the container.

client:Cline transport:stdio runtime:oci

Install Workflow 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

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

{
  "mcpServers": {
    "workflow-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/juliusolsson/workflow-mcp@sha256:4b6889f9e78d0208e6d1d343ba23d0c5d092b1a1513a73c9c85deb2d00ab5855"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "WORKFLOW_MCP_CONCURRENCY": "<WORKFLOW_MCP_CONCURRENCY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Workflow MCP in other clients