Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

list-pods

Retrieve and filter active RunPod compute instances by GPU/CPU type, data center, name, and include machine or network volume details for management purposes.

Input Schema

NameRequiredDescriptionDefault
computeTypeNoFilter to only GPU or only CPU Pods
dataCenterIdNoFilter to Pods in any of the provided data centers
gpuTypeIdNoFilter to Pods with any of the listed GPU types
includeMachineNoInclude information about the machine
includeNetworkVolumeNoInclude information about attached network volumes
nameNoFilter to Pods with the provided name

Input Schema (JSON Schema)

{ "properties": { "computeType": { "description": "Filter to only GPU or only CPU Pods", "enum": [ "GPU", "CPU" ], "type": "string" }, "dataCenterId": { "description": "Filter to Pods in any of the provided data centers", "items": { "type": "string" }, "type": "array" }, "gpuTypeId": { "description": "Filter to Pods with any of the listed GPU types", "items": { "type": "string" }, "type": "array" }, "includeMachine": { "description": "Include information about the machine", "type": "boolean" }, "includeNetworkVolume": { "description": "Include information about attached network volumes", "type": "boolean" }, "name": { "description": "Filter to Pods with the provided name", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/runpod/runpod-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server