iiRecord
Agentic AI Atlas · Codex MCP server launch
launch-config:codex.mcp-servera5c.ai
II.
LaunchConfig JSON

launch-config:codex.mcp-server

Structured · live

Codex MCP server launch json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/launch-configs/codex-default.yamlCluster · agent-stack
Record JSON
{
  "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": []
}