II.
LaunchConfig JSON
Structured · livelaunch-config:codex.mcp-server
Codex MCP server launch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "launch-config:codex.mcp-server",
"_kind": "LaunchConfig",
"_file": "agent-stack/launch-configs/codex-default.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentVersionId": "agentVersion:codex:ge-0-119-0",
"displayName": "Codex MCP server launch",
"env": {},
"commArgs": [
"mcp-server"
],
"description": "Codex CLI launch recipe for running Codex as an MCP server. The server exposes Codex conversation tools for multi-agent workflows."
},
"outgoingEdges": [
{
"from": "launch-config:codex.mcp-server",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "launch-config:codex.mcp-server",
"to": "capability:mcp-stdio",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "launch-config:codex.mcp-server",
"to": "execution:local-host",
"kind": "runs_via",
"attributes": {}
}
],
"incomingEdges": []
}