Workflow MCP
About
Session-bound Docker workflow server through Codex. State is discarded with the container.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OPENAI_API_KEY WORKFLOW_MCP_CONCURRENCYClaude Code
claude mcp add --env OPENAI_API_KEY= --env WORKFLOW_MCP_CONCURRENCY= workflow-mcp -- docker docker.io/juliusolsson/workflow-mcp@sha256:4b6889f9e78d0208e6d1d343ba23d0c5d092b1a1513a73c9c85deb2d00ab5855
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"workflow-mcp","command":"docker","args":["docker.io/juliusolsson/workflow-mcp@sha256:4b6889f9e78d0208e6d1d343ba23d0c5d092b1a1513a73c9c85deb2d00ab5855"],"env":{"OPENAI_API_KEY":"","WORKFLOW_MCP_CONCURRENCY":""}}'
JSON
{
"mcpServers": {
"workflow-mcp": {
"command": "docker",
"args": [
"docker.io/juliusolsson/workflow-mcp@sha256:4b6889f9e78d0208e6d1d343ba23d0c5d092b1a1513a73c9c85deb2d00ab5855"
],
"env": {
"OPENAI_API_KEY": "",
"WORKFLOW_MCP_CONCURRENCY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.