The codex-persistent-mcp server proxies OpenAI Codex CLI, enabling session persistence for multi-agent coding. It exposes Codex's code generation and completion capabilities, allowing agents to maintain context across interactions. The server connects to the OpenAI Codex API, providing a persistent session for continuous coding tasks. Developers use it to build AI agents that can assist in coding, maintain state, and collaborate on programming tasks.
The codex-persistent-mcp server proxies OpenAI Codex CLI, enabling session persistence for multi-agent coding. It exposes Codex's code generation and completion capabilities, allowing agents to maintain context across interactions. The server connects to the OpenAI Codex API, providing a persistent session for continuous coding tasks. Developers use it to build AI agents that can assist in coding, maintain state, and collaborate on programming tasks.
npx -y codex-persistent-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"codex-persistent-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y codex-persistent-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from codex-persistent-mcp?"
No configuration required. This server works out of the box.
"What resources are available in codex-persistent-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in codex-persistent-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in codex-persistent-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.