Loading MCP server directory, please wait...
Session-bound Docker workflow server through Codex. State is discarded with the container.
npx @getmcp/cli add io.github.Juliusolsson05/workflow-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
OPENAI_API_KEYOpenAI API key used only by the contained Codex provider.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Juliusolsson05/workflow-mcp": {
"command": "docker",
"args": [
"true",
"10001:10001",
"ALL",
"no-new-privileges:true",
"seccomp=unconfined",
"apparmor=unconfined",
"256",
"2g",
"1",
"/tmp:size=256m,mode=1777,uid=10001,gid=10001",
"/run/workflow-mcp:size=16m,mode=0700,uid=10001,gid=10001",
"type=volume,target=/data",
"type=bind,source={project},target=/workspace,readonly",
"run",
"-i",
"--rm",
"-e",
"OPENAI_API_KEY",
"-e",
"WORKFLOW_MCP_CONCURRENCY",
"docker.io/juliusolsson/workflow-mcp@sha256:fceac1e3c5df58856db68ea6f4255af9e4d1b5f013ac07acab0dc9898320b416"
],
"env": {
"OPENAI_API_KEY": "",
"WORKFLOW_MCP_CONCURRENCY": "1"
}
}
}
}