mcpbeat Sign in

Codexbox MCP Server

local only

Codexbox runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.

Installs / week
not published
0
Stars
0 open issues
14 Sep 2026
Last commit
from GitHub
WTFPL
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command .agents/plugins/codexbox/bin/cli.js:40
const result = spawnSync(process.execPath, args, { stdio: "inherit" });
USER root

# codex CLI — pinned npm global install, into a prefix `aicode` owns.
#
# `codex update` (and the TUI's "Update available!" prompt) shells out to
# `npm install -g @openai/codex`, which renames paths in BOTH the global lib
# dir and the global bin dir. npm's default…
Asks for container control access wrapper.sh:93
    -v /var/run/docker.sock:/var/run/docker.sock

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Codexbox

same job, measured the same way
KatanA Markdown Linter
by hiroyukifuruno

Markdown linter, workspace-scoped stdio MCP server, and self-hosted text-only remote MCP server.

local only
Perforce P4 MCP Server
by perforce

Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.

local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Unified AI System MCP Gateway
by happy520ai

Self-hosted MCP gateway for Codex, Cursor, and Cline with provider-free prompt enhancement.

local only
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Claudebox
by psyb0t

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

local only
Celmis
by constantinemakoid

Self-hosted code intelligence: cross-repo Q&A, dependency audits and PR review, over MCP

local only

Codexbox — questions

Answers built from our own checks of this server.

Why is there no uptime for Codexbox?
Codexbox runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Codexbox open source?
No, and the distinction matters: its licence is declared as WTFPL. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.