Skip to main content
Glama
jaguarkyng

Jungle Grid MCP Server

by jaguarkyng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port (only used with MCP_TRANSPORT=http).3000
MCP_RESOURCENoProtected resource URL.https://mcp.junglegrid.dev
OAUTH_ISSUERNoOAuth issuer.https://api.junglegrid.dev
MCP_TRANSPORTNoTransport mode. Set to 'http' to start Streamable HTTP instead of stdio.stdio
JUNGLEGRID_API_BASENoAPI base URL.https://api.junglegrid.dev
JUNGLE_GRID_API_KEYNoBearer token forwarded to the Jungle Grid API. Required for local stdio mode.
JUNGLE_GRID_API_URLNoLegacy API base URL alias, also accepted.
MCP_RESOURCE_METADATA_URLNoOAuth protected-resource metadata URL.
OPENAI_APPS_CHALLENGE_TOKENNoEnables /.well-known/openai-apps-challenge when configured.
JUNGLEGRID_INTERNAL_SERVICE_TOKENNoService token used for OAuth introspection or fallback API calls.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
estimate_jobA

Estimate routing, capacity source, and expected cost for a proposed Jungle Grid workload without submitting it.

submit_jobB

Submit a Jungle Grid workload for execution. This may start managed compute infrastructure and incur usage charges.

upload_job_inputA

Create a managed upload slot for an input file or script. Upload bytes to upload_url with HTTP PUT, complete the upload through complete_url, then pass input_id to submit_job.

list_job_inputsA

List uploaded job inputs for the authenticated account, including mount paths.

list_jobsA

List the authenticated user's Jungle Grid jobs, optionally filtered by status. Use this to find recent jobs before checking status, logs, or artifacts.

get_jobA

Retrieve current status, execution phase, stable phase-entry timing, latest provider/platform update timing, scheduling delay, routing, failure, and artifact contract details for a specific Jungle Grid job. phase_started_at is when the job first entered the current normalized phase; phase_last_updated_at is later provider/platform progress or heartbeat when present; delayed_start identifies a prolonged wait in the actual current phase. A supported estimate does not guarantee immediate or successful runtime startup.

get_job_eventsA

Retrieve platform lifecycle events for a job, including scheduling and startup events that can appear before workload logs exist.

get_job_logsA

Retrieve paginated job logs. Entries include category so platform/runtime logs can be distinguished from workload_stdout/workload_stderr. If workload logs are empty while a job is queued/starting, call get_job_events for platform scheduling events.

cancel_jobA

Cancel an existing Jungle Grid job. This may stop active execution and prevent further outputs.

list_artifactsA

List output artifacts associated with a specific Jungle Grid job.

get_artifactA

Retrieve download information for a specific output artifact from a Jungle Grid job.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/jaguarkyng/Jungle-Grid--mcp-server'

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