Skip to main content
Glama

list-container-registry-auths

Retrieve configured container registry authentication credentials from the RunPod MCP Server to enable secure access to private container images for pod deployments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The complete inline handler and registration for the 'list-container-registry-auths' tool. It performs a GET request to RunPod's /containerregistryauth endpoint via the runpodRequest helper function and returns the result as formatted JSON text content.
    server.tool('list-container-registry-auths', {}, async () => { const result = await runpodRequest('/containerregistryauth'); return { content: [ { type: 'text', text: JSON.stringify(result, null, 2), }, ], }; });

Latest Blog Posts

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