RunPod

by runpod

505 downloads
Not rated
GitHub

About

Manage your RunPod cloud resources directly through an MCP-compatible client. Create, list, update, start, stop, and delete pods, serverless endpoints, templates, network volumes, and container registry authentications with ease. Streamline your RunPod operations using natural la

Details

Author
runpod
Downloads
505
Categories
Cloud Service

- Create, list, get, update, start, stop, and delete pods
- Create, list, get, update, and delete serverless endpoints
- Create, list, get, update, and delete templates
- Create, list, get, update, and delete network volumes
- Create, list, get, and delete container registry authentications

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name RunPod
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Node.js 18+, clone the repo, run npm install and npm build, then set the RUNPOD_API_KEY environment variable with your key from the RunPod console. Start the server with npm start. For Claude for Desktop, add a runpod entry to the MCP servers configuration JSON, pointing to the built index.js and including the API key in the env object.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "runpod": {
            "runpod": {
                "command": "node",
                "args": [
                    "/path/to/runpod-mcp-server/build/index.js"
                ],
                "env": {
                    "RUNPOD_API_KEY": "your_api_key_here"
                }
            }
        }
    }
}

McpServers

{
    "runpod": {
        "command": "node",
        "args": [
            "/path/to/runpod-mcp-server/build/index.js"
        ],
        "env": {
            "RUNPOD_API_KEY": "your_api_key_here"
        }
    }
}

RunPod MCP Server

This Model Context Protocol (MCP) server enables you to interact with the RunPod REST API through Claude or other MCP-compatible clients.

Features

The server provides tools for managing:

- Pods: Create, list, get details, update, start, stop, and delete pods
- Endpoints: Create, list, get details, update, and delete serverless endpoints
- Templates: Create, list, get details, update, and delete templates
- Network Volumes: Create, list, get details, update, and delete network volumes
- Container Registry Authentications: Create, list, get details, and delete authentications

Setup

Prerequisites

- Node.js 18 or higher
- A RunPod account and API key
- Claude for Desktop or another MCP-compatible client

Installation

1. Clone the repository
2. Install dependencies:

   npm install

3. Build the server:
   npm run build

Configuration

Set your RunPod API key as an environment variable:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.