Skip to main content
Glama

Cisco MCP Pods Server

by ruegreen
.env.example1.18 kB
# Cisco API Gateway Configuration API_BASE_URL=http://apigateway.cxocoe.us # Authentication Method (choose one) # Option 1: API Key Authentication (recommended for MCP server) API_KEY_PODS=f42a9c8e3d7b1f6a2c5e8d4b9f3a6c1e7b5d2f9a8c4e1b6d3f7a2c5e8b1d4f9a3c6 # Option 2: JWT Authentication (for user-based access) # JWT_TOKEN=your-jwt-token-here # You can get a JWT token by calling POST /api/v2/auth/login # Example: {"email": "user@example.com", "password": "yourpassword"} # Authentication Mode: 'apikey' or 'jwt' AUTH_MODE=apikey # MCP Server Configuration (for SSE/HTTP transport) SERVER_PORT=1013 SERVER_PATH=/CiscoMCPPods # Public hostname (optional - for deployment) PUBLIC_HOSTNAME=ciscomcppods.cxocoe.us # MCP Server Authentication # API key required for client connections to this MCP server # Generate a secure random key: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" MCP_API_KEY=your-mcp-api-key-here # Anthropic 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/ ANTHROPIC_API_KEY=sk-ant-api03-your-key-here

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