Codex Octopus runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 18 Sep 2026.
Spawn multiple specialized Codex agents as MCP servers, each independently configured.
Today is the operative word: we check Codex Octopus every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add codex-octopus -- npx -y codex-octopus
{
"mcpServers": {
"codex-octopus": {
"args": [
"-y",
"codex-octopus"
],
"command": "npx"
}
}
}
[mcp_servers.codex-octopus]
command = "npx"
args = ["-y", "codex-octopus"]
{
"mcpServers": {
"codex-octopus": {
"args": [
"-y",
"codex-octopus"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"codex-octopus": {
"args": [
"-y",
"codex-octopus"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CODEX_API_KEY (OpenAI API key (leave unset to inherit from parent process)), CODEX_TOOL_NAME (Tool name prefix (default: codex)), CODEX_MODEL (Model: gpt-5-codex, o3, codex-1, or full ID), CODEX_SANDBOX_MODE (Sandbox: read-only, workspace-write, danger-full-access), CODEX_APPROVAL_POLICY (Approval: never, on-failure, on-request, untrusted), CODEX_APPEND_INSTRUCTIONS (Additional instructions appended to the default), CODEX_FACTORY_ONLY (Set to true to expose only the factory wizard tool).
The author declared them in the registry entry; get the values from the project itself.
Spawn multiple specialized Claude Code agents as MCP servers, each independently configured.
Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex
MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.
Semantic code graph MCP server for coding agents
Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.
Advanced codebase indexing and semantic search MCP server
Local-first codebase intelligence MCP server for AI coding agents.
briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.
Answers built from our own checks of this server.