jungle-grid-mcp-server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JUNGLE_GRID_API_KEY | Yes | Your Jungle Grid API key. Required for all API calls. | |
| JUNGLE_GRID_API_URL | No | URL of the Jungle Grid orchestrator. Defaults to https://api.junglegrid.dev | https://api.junglegrid.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| submit_jobA | Submit a GPU workload to Jungle Grid. Returns a job_id immediately — the job runs asynchronously. Supports environment variables for runtime configuration or env-backed code payloads when the command would be too long. After submitting, prefer stream_job_logs for real-time output, then use get_job or get_job_logs for final status and logs. Managed jobs automatically upload regular files written under /workspace/artifacts as Jungle Grid artifacts. Use estimate_job first if you want a cost estimate before committing. |
| get_jobA | Get the current status and full detail of a Jungle Grid job by its ID. Poll this after submit_job to track progress. Terminal statuses are 'completed', 'failed', and 'cancelled'. |
| list_jobsA | List recent Jungle Grid jobs for the authenticated user, newest first. |
| cancel_jobA | Cancel a pending, queued, or running Jungle Grid job. Has no effect on already-terminal jobs. |
| get_job_logsA | Retrieve the stdout and stderr output of a completed or running Jungle Grid job. Call this after get_job reports status 'completed' or 'failed'. |
| list_job_artifactsB | List managed result artifacts uploaded by a Jungle Grid job. For managed jobs, Jungle Grid automatically uploads regular files written under /workspace/artifacts. |
| get_artifact_download_urlA | Create a temporary signed download URL for a managed job artifact. |
| estimate_jobA | Estimate the credit cost and GPU tier for a job before submitting it. Use this to check affordability or compare optimize_for options before calling submit_job. |
| stream_job_logsA | Stream live log output for a running or recently completed job. Blocks until the job reaches a terminal state (completed/failed/cancelled) or 10 minutes elapses. Returns the full stdout and stderr accumulated during the run. Prefer this over get_job_logs for jobs that are actively running or when you want a real-time execution view. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Jungle-Grid/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server