We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/benitocabrerar/jobnimbus-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Server Configuration
NODE_ENV=development
PORT=3000
# JobNimbus API (Base URL only - NO API KEYS!)
JOBNIMBUS_API_BASE_URL=https://app.jobnimbus.com/api1
# Rate Limiting
RATE_LIMIT_WINDOW_MS=60000
RATE_LIMIT_MAX_REQUESTS=60
# Logging
LOG_LEVEL=info
# IMPORTANT: API keys are NEVER stored here!
# They come from the client in each request header.