Jungle Grid MCP Server
Jungle Grid MCP lets MCP-aware agents estimate, submit, monitor, cancel, and retrieve artifacts from Jungle Grid workloads. It supports local stdio clients and hosted Streamable HTTP deployments that forward tool calls to the Jungle Grid API.
Use it for asynchronous AI workload execution, batch processing, training, fine-tuning, uploaded file or script backed jobs, lifecycle diagnostics, workload logs, and managed output artifacts.
Installation
Requirements:
- Node.js 18 or newer
- A Jungle Grid API key for local stdio, or an OAuth bearer token for hosted HTTP
- API scopes that match the tools you want to call
Run the local stdio server with npx:
JUNGLE_GRID_API_KEY=jg_placeholder npx -y @jungle-grid/mcpInstall globally if you prefer a stable executable:
npm install -g @jungle-grid/mcp
junglegrid-mcpConfiguration
Local stdio uses environment variables:
| Variable | Required | Purpose |
|---|---|---|
JUNGLE_GRID_API_KEY |
Yes for local stdio | Bearer token forwarded to the Jungle Grid API. |
JUNGLEGRID_API_BASE |
No | API base URL. Defaults to https://api.junglegrid.dev. |
JUNGLE_GRID_API_URL |
No | Legacy API base URL alias, also accepted. |






