Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGY_MCP_BINNoCLI executable name, or an absolute path or path relative to the server's current directory.agy
AGY_MCP_ALLOWED_ROOTNoOptional canonical root that must contain every chosen workspace.
AGY_MCP_MAX_CONCURRENTNoMaximum simultaneous CLI processes per server; integer from 1 to 32.4
AGY_MCP_MAX_BUFFER_BYTESNoMaximum captured CLI stdout before the process is stopped; integer from 1024 to 67108864.8388608
AGY_MCP_MAX_OUTPUT_CHARSNoMaximum characters in each MCP result representation; integer from 1024 to 1000000.40000
AGY_MCP_DEFAULT_WORKSPACENoDefault workspace after resolution and canonicalization.
AGY_MCP_ALLOW_FULL_AUTONOMYNoSet exactly 'true' to allow requests with autonomy: 'full'.false

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
antigravity_runA

Start one Antigravity CLI turn in a new conversation. Useful for repository research, a second opinion, and explicitly requested edits. Returns a conversation_id for follow-up. Up to 4 agy calls can run concurrently per server; excess calls return BUSY. Parallel calls share workspace files and your existing Antigravity account and quota.

antigravity_continueA

Follow up in an existing Antigravity conversation. Different explicit conversation_ids can run in parallel; simultaneous continuations of the same ID return BUSY. Without an ID, agy resumes its most recent conversation and requires exclusive access to this server, otherwise BUSY is returned. Other CLI sessions may change the latest conversation. Use the same workspace as the original turn.

antigravity_modelsA

List available model slugs and display names using agy models. Does not start a model turn; may contact the Antigravity service.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: run starts a new conversation, continue follows up on an existing one, and models lists available models. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools use the consistent 'antigravity_' prefix followed by a clear verb (run, continue, models). The naming pattern is uniform and predictable.

Tool Count5/5

Three tools is an ideal size for this server's scope: it provides the essential operations for interacting with the Antigravity CLI (start, continue, list models) without unnecessary bloat or missing functionality.

Completeness5/5

The server covers the full lifecycle of an Antigravity turn: starting a new conversation, continuing it, and discovering available models. Given its focused purpose, there are no obvious gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues