mcpbeat Sign in

Pibox MCP Server

local only

Pibox 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: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.

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

What the code does

We read the source, 20 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/pibox/bin/cli.js:40
const result = spawnSync(process.execPath, args, { stdio: "inherit" });
Image runs as root Dockerfile.full:9
USER root
Asks for container control access wrapper.sh:79
    -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 Pibox

same job, measured the same way
Claudebox
by psyb0t

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

local only
Codexbox
by psyb0t

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

local only
mcphost
by mcphost

Host your MCP tool over streamable HTTP in one command.

77 tools answering
SMI Aware Assistant
by smiaware-mcp

Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.

answering
Flowral AI Tools
by flowral-mcp

Streamable HTTP MCP server exposing planner flows, tasks, and squads.

answering
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
NeuroDock (hosted)
by tlennon-ie

Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP.

answering
TweekIT MCP Server
by equilibrium-team

Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.

5 tools answering

Pibox — questions

Answers built from our own checks of this server.

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