Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

create-container-registry-auth

Generate authentication credentials for container registries to securely access private container images when deploying pods on RunPod infrastructure.

Input Schema

NameRequiredDescriptionDefault
nameYesName for the container registry auth
passwordYesRegistry password
usernameYesRegistry username

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name for the container registry auth", "type": "string" }, "password": { "description": "Registry password", "type": "string" }, "username": { "description": "Registry username", "type": "string" } }, "required": [ "name", "username", "password" ], "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