Back to search
30
MCP

ask-codex-mcp

npm/ask-codex-mcp

MCP server for OpenAI Codex CLI integration - for Claude IDE and other IDEs

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

codex-mcp-server
MCP server wrapper for OpenAI Codex CLI that enables Claude Code to leverage Codex's AI capabilities directly.
0 tools
io.github.x51xxx/codex-mcp-tool
MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review
0 tools
@leo000001/codex-mcp
MCP server that wraps OpenAI Codex app-server — start coding agents, poll their progress, and manage permissions from any MCP client
0 tools
io.github.mkxultra/ai-cli-mcp
MCP server for AI CLI tools (Claude, Codex, and Gemini) with background process management
0 tools
codex-persistent-mcp
An MCP (stdio) server that proxies OpenAI Codex CLI with persisted sessions via `codex resume` (multi-agent friendly, e.g. Claude Code).
0 tools
codex-as-mcp
MCP server for delegating tasks to Codex CLI subagents
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ask-codex-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}