Claudebox 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 exposing Claude Code as an agentic AI tool over streamable HTTP.
We read the source, 18 h ago · rules 3dff92dd89df
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.
const result = spawnSync(process.execPath, args, { stdio: "inherit" });
USER root
# claude-code CLI — NOT baked into this image. Anthropic's Claude Code is
# proprietary ("© Anthropic PBC. All rights reserved", Anthropic Commercial
# Terms) with no redistribution grant, so this published image must not ship
# it. Instead we pin the version here …
CLAUDE_SSH="${CLAUDEBOX_SSH_DIR:-${CLAUDE_SSH_DIR:-$HOST_HOME/.ssh/claudebox}}"
-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.
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.
MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.
MCP server that exposes Google Gemini as tools for Claude Code
Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex
MCP server for connecting Claude Code to a Hostinger VPS via SSH
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
MCP server exposing Google Antigravity (agy CLI / Gemini): jobs, codebase analysis, file tools.
Answers built from our own checks of this server.