codex-agy-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGY_CMD | Yes | Absolute path to the agy binary |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| agy_startB | Start a new asynchronous Antigravity conversation. The call returns immediately with a run_id. Antigravity print mode is agentic; enabling dangerously_skip_permissions permits unattended commands and file edits with the current user's privileges. |
| agy_continueC | Continue an exact Antigravity conversation asynchronously. |
| agy_statusC | Return run status, compact by default. |
| agy_transcriptB | Read bounded progress events; raw content is opt-in. |
| agy_resultC | Return the latest completed planner response and terminal status. |
| agy_cancelB | Request cancellation and terminate the active Antigravity process group. |
| agy_goal_createC | Create a lightweight parent goal for bounded parallel targets. |
| agy_goal_target_startC | Start one named goal target, optionally in a persistent visible terminal. |
| agy_goal_statusC | Return compact aggregate state for a goal and its targets. |
| agy_target_open_terminalC | Open Terminal.app attached to a target's persistent tmux session. |
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/varadfromeast/codex-agy-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server