II.
ToolServer JSON
Structured · livetool-server:codex-mcp-server
Codex MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:codex-mcp-server",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/codex-mcp-server.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Codex MCP Server",
"description": "Built-in MCP server for OpenAI Codex integration. Enables AI agents to dispatch coding tasks to Codex and receive replies. Ships as a built-in component of the Codex CLI.",
"protocol": "mcp-stdio",
"provenance": "built-in",
"category": "ai",
"repoUrl": "https://github.com/openai/codex",
"maintainer": "OpenAI",
"mcpTransports": [
"mcp-transport:stdio"
],
"sourceRef": "source-ref:codex-github",
"tools": [
"tool-descriptor:codex.mcp.codex",
"tool-descriptor:codex.mcp.codex-reply"
]
},
"outgoingEdges": [
{
"from": "tool-server:codex-mcp-server",
"to": "tool-descriptor:codex.mcp.codex",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:codex-mcp-server",
"to": "tool-descriptor:codex.mcp.codex-reply",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:codex-mcp-server",
"to": "capability:mcp-stdio",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "tool-server:codex-mcp-server",
"to": "source-ref:codex-github",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:codex-mcp-server",
"to": "provider:openai",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:codex-mcp-server",
"to": "tool-descriptor:codex.mcp.codex",
"kind": "exposes_tool",
"attributes": {}
},
{
"from": "tool-server:codex-mcp-server",
"to": "tool-descriptor:codex.mcp.codex-reply",
"kind": "exposes_tool",
"attributes": {}
},
{
"from": "tool-server:codex-mcp-server",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:codex-research-mcp-server-tool-schemas",
"to": "tool-server:codex-mcp-server",
"kind": "about_subject"
},
{
"from": "tool-descriptor:codex.mcp.codex",
"to": "tool-server:codex-mcp-server",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:codex.mcp.codex-reply",
"to": "tool-server:codex-mcp-server",
"kind": "contained_in_plugin",
"attributes": {}
}
]
}