Skip to main content
Glama

JobNimbus MCP Remote Server

render.yaml628 B
services: - type: web name: jobnimbus-mcp-remote runtime: node region: oregon plan: starter buildCommand: npm ci && npm run build startCommand: npm run start:prod healthCheckPath: /health envVars: - key: NODE_ENV value: production - key: PORT value: 10000 - key: JOBNIMBUS_API_BASE_URL value: https://app.jobnimbus.com/api1 - key: RATE_LIMIT_WINDOW_MS value: 60000 - key: RATE_LIMIT_MAX_REQUESTS value: 60 - key: LOG_LEVEL value: info - key: CORS_ORIGIN value: "*" autoDeploy: true

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/benitocabrerar/jobnimbus-mcp-remote'

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