# RunPod Server Manager

Manage your RunPod resources seamlessly through an MCP-compatible client. Create, list, update, and delete pods, serverless endpoints, templates, network volumes, and container registry authenticatio…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add antonioevans/runpod-mcp-ts

# Browse available tools
npx -y @smithery/cli@latest tool list antonioevans/runpod-mcp-ts

# Get full schema for a tool
npx -y @smithery/cli@latest tool get antonioevans/runpod-mcp-ts list-pods

# Call a tool
npx -y @smithery/cli@latest tool call antonioevans/runpod-mcp-ts list-pods '{}'
```

## Tools (26)

- `list-pods`
- `get-pod`
- `create-pod`
- `update-pod`
- `start-pod`
- `stop-pod`
- `delete-pod`
- `list-endpoints`
- `get-endpoint`
- `create-endpoint`
- `update-endpoint`
- `delete-endpoint`
- `list-templates`
- `get-template`
- `create-template`
- `update-template`
- `delete-template`
- `list-network-volumes`
- `get-network-volume`
- `create-network-volume`
- `update-network-volume`
- `delete-network-volume`
- `list-container-registry-auths`
- `get-container-registry-auth`
- `create-container-registry-auth`
- `delete-container-registry-auth`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get antonioevans/runpod-mcp-ts <tool-name>
```

---

Source: https://github.com/antonioevans/runpod-mcp-ts | License: MIT
