Skip to main content
Glama

Cisco MCP Pods Server

by ruegreen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTH_MODENoAuthentication mode for the API Gatewayapikey
MCP_API_KEYNoAPI key required for client connections to this MCP server
SERVER_PATHNoPath prefix for the MCP server endpoints/CiscoMCPPods
SERVER_PORTNoPort for the MCP server (for SSE/HTTP transport modes only)1013
API_BASE_URLNoThe base URL for the Cisco API Gatewayhttp://apigateway.cxocoe.us
API_KEY_PODSYesYour API key for authentication with the Cisco API Gateway
PUBLIC_HOSTNAMENoPublic hostname for deployment (e.g., ciscomcppods.cxocoe.us)
ANTHROPIC_API_KEYNoAnthropic API key (optional - for test-mcp-client.js only). Required for the interactive MCP client tester with Anthropic AI integration. Get your key from: https://console.anthropic.com/

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Pod KeywordCurrent pod keyword/password configuration
API ConfigurationCurrent API Gateway configuration and connection status

Tools

Functions exposed to the LLM to take actions

NameDescription
get_pod_keyword

Get the pod keyword/password record. Returns the current keyword configuration.

update_pod_keyword

Update the pod keyword/password record with a new value.

get_all_pods

Get all pods from a specific collection. Works with any collection name like ciscolivepods, coelabpods, testpods, etc.

get_pod_by_number

Get a specific pod by its number from a collection. Returns pod details including login credentials, phone numbers, and status.

create_pod

Create a new pod in a collection. All required fields must be provided.

update_pod

Update an existing pod in a collection. Can update status, credentials, test information, etc.

delete_pod

Delete a pod from a collection by its number.

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/ruegreen/CiscoMCPPods'

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