Skip to main content
Glama

Poke MCP Production Server

.env.example544 B
# Server Configuration SERVER_NAME=poke-mcp-production SERVER_VERSION=1.0.0 HOST=0.0.0.0 PORT=8000 # Authentication API_KEY=your-secure-api-key-here ALLOWED_ORIGINS=http://localhost:*,https://yourdomain.com # Logging LOG_LEVEL=INFO LOG_FORMAT=json LOG_FILE=logs/server.log # Monitoring ENABLE_METRICS=true METRICS_PORT=9090 # PokeAPI POKEAPI_BASE_URL=https://pokeapi.co/api/v2 POKEAPI_TIMEOUT=30 # Rate Limiting RATE_LIMIT_ENABLED=true RATE_LIMIT_REQUESTS=100 RATE_LIMIT_WINDOW=60 # Production Settings ENVIRONMENT=production DEBUG=false

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/patrickcarmichael/poke-mcp-production'

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