We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/konarkm/parallel-poke-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•917 B
# Parallel API Configuration
# Get your API key from: https://platform.parallel.ai
PARALLEL_API_KEY=your_parallel_api_key_here
# Parallel Webhook Secret (optional but recommended)
# Find this in your Parallel account settings under Webhooks
PARALLEL_WEBHOOK_SECRET=your_webhook_secret_here
# Poke API Configuration
# Get your API key from: https://poke.com/settings/advanced
POKE_API_KEY=your_poke_api_key_here
# Your deployed server URL (without trailing slash)
# This is used to configure webhooks when creating monitors
# Example: https://your-app.onrender.com or https://your-app.up.railway.app
WEBHOOK_BASE_URL=https://your-deployed-url.com
# Server port (usually provided by the platform)
PORT=8000
# Optional MCP auth token (bearer token required by MCP clients)
MCP_AUTH_TOKEN=your_mcp_auth_token_here
# Optional: send completion (no-change) notifications (default false)
NOTIFY_COMPLETION_EVENTS=false