pi-cli-mcp

minmax/pi-cli-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server that delegates coding tasks to your locally installed pi CLI. Wraps the real binary instead of bundling its own copy of the agent, so it inherits your providers, models and extensions. Sessions survive restarts, calls are cancellable, and each run reports tools used, tokens and cost.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pi-cli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "minmax/pi-cli-mcp"
      ]
    }
  }
}

README Excerpt

MCP server that delegates coding tasks to your **locally installed** [pi](https://pi.dev) CLI. It wraps the real `pi` binary instead of bundling its own copy of the agent, so every call inherits your `~/.pi/agent/settings.json` — provider, models, thinking level, extensions, `AGENTS.md` / `CLAUDE.md` discovery. Nothing about your model stack is duplicated here, and the server does not

Tools (20)

Node16PI_MCP_ABORT_GRACE_MSPI_MCP_BINPI_MCP_KILL_GRACE_MSPI_MCP_MAX_CAPTUREPI_MCP_MAX_CONCURRENTPI_MCP_MAX_FRAMEPI_MCP_MAX_LINEPI_MCP_MAX_OUTPUTPI_MCP_MAX_SESSIONSPI_MCP_MAX_TIMEOUT_MSPI_MCP_MODELPI_MCP_STATEPI_MCP_STDERR_KEEP_EVENTSPI_MCP_STDERR_LIMITPI_MCP_THINKINGPI_MCP_TIMEOUT_MSPI_MCP_TRANSPORTPI_MCP_WRAPcwd