pi-mcp-bridge

erfianugrah/pi-mcp-bridge
★ 0 stars TypeScript AI/LLM Updated 6d ago
Bridge local (stdio) MCP servers into the pi coding agent as native tools.
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-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "erfianugrah/pi-mcp-bridge"
      ]
    }
  }
}

README Excerpt

Run local (stdio) [Model Context Protocol](https://modelcontextprotocol.io) servers under the [pi coding agent](https://pi.dev). pi has no built-in MCP client. This extension bridges any **stdio** MCP server into pi as native tools: it discovers each server's tools via the MCP `tools/list` call (cached to disk, so no process spawns on every session),