Skip to main content
Glama
Niel-RunPod

RunPod MCP Server

by Niel-RunPod

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNPOD_API_KEYYesYour RunPod API key from the RunPod console

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list-podsD
get-podD
create-podD
update-podD
start-podD
stop-podD
delete-podD
list-endpointsD
get-endpointD
create-endpointD
update-endpointD
delete-endpointD
list-templatesD
get-templateD
create-templateD
update-templateD
delete-templateD
list-network-volumesD
get-network-volumeD
create-network-volumeD
update-network-volumeD
delete-network-volumeD
list-container-registry-authsD
get-container-registry-authD
create-container-registry-authD
delete-container-registry-authD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.9/5.0

Scored across 26 tools

Disambiguation5/5

All 26 tools have distinct names combining a unique action verb and resource noun, making each tool clearly differentiated from the others without any overlap.

Naming Consistency5/5

Every tool follows the consistent verb_noun pattern in snake_case, using appropriate verbs like create, delete, get, list, start, stop, and update with the same set of resource nouns.

Tool Count2/5

With 26 tools, the server exceeds the recommended range of 3-15 for a well-scoped set. The number feels heavy for managing five resource types, though the operations are systematic.

Completeness4/5

Most resources have full CRUD coverage plus start/stop for pods. The only missing operation is update for container-registry-auth, but overall the tool surface covers the core lifecycle actions well.

Maintenance

ActivityInactive
ResponsivenessNo issues