runloop-mcp

contributory/runloop-mcp
★ 0 stars Python File System Updated 5d ago
FastMCP server exposing Runloop Devbox operations (create, list, exec, files, snapshots, suspend/resume, PTY) as MCP 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": {
    "runloop-mcp": {
      "command": "uvx",
      "args": [
        "runloop-mcp"
      ]
    }
  }
}

Or install with pip: pip install runloop-mcp