Workflow MCP
Session-bound Docker workflow server through Codex. State is discarded with the container.
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Juliusolsson05/workflow-mcp",
"description": "Session-bound Docker workflow server through Codex. State is discarded with the container.",
"title": "Workflow MCP",
"repository": {
"url": "https://github.com/Juliusolsson05/workflow-mcp",
"source": "github",
"id": "1300795532",
"subfolder": "standalone"
},
"version": "1.1.0",
"websiteUrl": "https://github.com/Juliusolsson05/workflow-mcp/tree/main/standalone",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/juliusolsson/workflow-mcp@sha256:4b6889f9e78d0208e6d1d343ba23d0c5d092b1a1513a73c9c85deb2d00ab5855",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "true",
"type": "named",
"name": "--read-only"
},
{
"value": "10001:10001",
"type": "named",
"name": "--user"
},
{
"value": "ALL",
"type": "named",
"name": "--cap-drop"
},
{
"value": "no-new-privileges:true",
"type": "named",
"name": "--security-opt"
},
{
"value": "seccomp=unconfined",
"type": "named",
"name": "--security-opt"
},
{
"value": "apparmor=unconfined",
"type": "named",
"name": "--security-opt"
},
{
"value": "256",
"type": "named",
"name": "--pids-limit"
},
{
"value": "2g",
"type": "named",
"name": "--memory"
},
{
"value": "1",
"type": "named",
"name": "--cpus"
},
{
"value": "/tmp:size=256m,mode=1777,uid=10001,gid=10001",
"type": "named",
"name": "--tmpfs"
},
{
"value": "/run/workflow-mcp:size=16m,mode=0700,uid=10001,gid=10001",
"type": "named",
"name": "--tmpfs"
},
{
"value": "type=volume,target=/data",
"type": "named",
"name": "--mount"
},
{
"value": "type=bind,source={project},target=/workspace,readonly",
"variables": {
"project": {
"description": "Absolute project directory containing .claude/workflows and no .codex configuration.",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--mount"
}
],
"environmentVariables": [
{
"description": "OpenAI API key used only by the contained Codex provider.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Constrained session profile; the Docker-first daemon bundle provides the larger durable profile.",
"format": "number",
"value": "1",
"name": "WORKFLOW_MCP_CONCURRENCY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-27T15:38:43.484952Z",
"publishedAt": "2026-07-27T15:38:43.484952Z",
"updatedAt": "2026-07-27T15:38:43.484952Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/Juliusolsson05/workflow-mcp/tree/main/standalone
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.