Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

create-network-volume

Create a network storage volume on RunPod to persist data across compute sessions, with configurable size and data center location.

Input Schema

NameRequiredDescriptionDefault
dataCenterIdYesData center ID
nameYesName for the network volume
sizeYesSize in GB (1-4000)

Input Schema (JSON Schema)

{ "properties": { "dataCenterId": { "description": "Data center ID", "type": "string" }, "name": { "description": "Name for the network volume", "type": "string" }, "size": { "description": "Size in GB (1-4000)", "type": "number" } }, "required": [ "name", "size", "dataCenterId" ], "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