Skip to main content
Glama
Glitch-Gaming-Platform

Glitch MCP

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLITCH_TITLE_IDYesYour Glitch title ID
GLITCH_API_TOKENNoYour Title MCP Token (alternative to GLITCH_MCP_TOKEN)
GLITCH_MCP_TOKENNoYour Title MCP Token (alternative to GLITCH_API_TOKEN)
GLITCH_API_BASE_URLYesBase URL for the Glitch API (default: https://api.glitch.fun/api)https://api.glitch.fun/api
GLITCH_MCP_OAUTH_ENABLEDNoEnable OAuth mode (optional)
GLITCH_MCP_UPLOAD_ALLOWED_ROOTSNoAllowed root directories for file uploads in stdio mode (optional)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
glitch_auth_statusA

Check whether the current user token or title MCP token can access Glitch MCP.

glitch_list_titlesA

List game titles available to the authenticated Glitch user or title MCP token.

glitch_select_titleB

Select a title for this MCP process after verifying access with the hosted Glitch service.

glitch_get_title_contextA

Fetch safe, subscription-gated context for a game title.

glitch_get_billing_statusA

Check subscription, trial, plan, and credit state for a title.

glitch_start_agent_runB

Start a paid Glitch Agent run for a title. Subscription and title permissions are enforced by Glitch.

glitch_get_agent_runA

Fetch a durable Glitch Agent run with status, actions, guidance, events, files, and final report when available.

glitch_wait_for_agent_runA

Wait for a Glitch Agent run until it completes, pauses for approval/guidance, fails, is canceled, or times out. Streams live events as progress/log notifications when the client supports them.

glitch_list_run_eventsA

List user-visible timeline events for a Glitch Agent run.

glitch_get_final_reportB

Fetch the human-friendly final or partial report for a Glitch Agent run.

glitch_list_artifactsA

List downloadable files and hosted report artifacts for a Glitch Agent run.

glitch_list_pending_actionsC

List proposed, guidance-needed, approval-needed, approved, or executed actions for a title.

glitch_approve_actionA

Approve a reviewable Glitch Agent action. Execution still remains subject to server-side guardrails.

glitch_reject_actionA

Reject a proposed or approval-needed Glitch Agent action.

glitch_execute_actionB

Execute an approved Glitch Agent action. Public, paid, and creator-facing work remains guarded by Glitch.

glitch_list_guidanceA

List open or answered guidance requests for a title or run.

glitch_answer_guidanceB

Answer a Glitch Agent guidance request and resume the server-side workflow when possible.

glitch_create_upload_urlB

Create a short-lived upload URL for attaching a file to a Glitch Agent title or run.

glitch_upload_fileA

Upload a local image, video, or document (e.g. a screenshot, gameplay clip, or brief) to a Glitch title or run. Files become run attachments and potential social assets, treated as reference material behind the prompt-injection boundary.

glitch_open_dashboardA

Return Glitch dashboard links for a title, run, action, or billing screen.

Prompts

Interactive templates invoked by user choice

NameDescription
glitch_launch_auditReview a game title's launch readiness with the hosted Glitch Agent.
glitch_steam_page_reviewAsk Glitch Agent to review Steam page performance and page improvement opportunities.
glitch_weekly_marketing_syncGenerate a weekly game marketing plan and review pending Glitch actions.
glitch_review_pending_actionsReview pending Glitch Agent approvals and guidance without executing them.

Resources

Contextual data attached and managed by the client

NameDescription
glitch-mcp-capabilitiesPublic capability contract for the Glitch MCP adapter.
glitch-mcp-security-modelSecurity and commercial-boundary guidance for Glitch MCP.
glitch-run-status-widgetInline run status and dashboard handoff widget.
glitch-report-dashboard-widgetInline final report summary widget.
glitch-artifact-gallery-widgetInline artifact list widget.
glitch-approval-queue-widgetInline action review widget.
glitch-guidance-form-widgetInline guidance review widget.

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/Glitch-Gaming-Platform/Glitch-MCP'

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