mcpbeat Sign in

Claudebox MCP Server

local only

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.

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

What the code does

We read the source, 18 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/claudebox/bin/cli.js:41
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 …
Touches key and credential files wrapper.sh:46
CLAUDE_SSH="${CLAUDEBOX_SSH_DIR:-${CLAUDE_SSH_DIR:-$HOST_HOME/.ssh/claudebox}}"
Asks for container control access wrapper.sh:90
    -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 Claudebox

same job, measured the same way
Noc McpServer
by nice-one-code

MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.

local only
I
Feedlio
by itechsoftsolution16

Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.

136 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Toolfactory
by goatinahat

Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex

640 installs/wk local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
Memex
by dioniipereyraa

One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.

120 installs/wk local only
MCP Server Google Antigravity
by turkeryakup

MCP server exposing Google Antigravity (agy CLI / Gemini): jobs, codebase analysis, file tools.

62 installs/wk local only

Claudebox — questions

Answers built from our own checks of this server.

Why is there no uptime for Claudebox?
Claudebox runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Claudebox 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.