agent-intern
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGY_BIN | No | Full path to the agy binary if it is not reliably on PATH. | |
| AGY_BRIDGE_REPO | No | Custom owner/repo for the update check, e.g. 'SinanTufekci/antigravity-intern'. | |
| AGY_BRIDGE_DEBUG | No | Set to '1' to enable debug logging to stderr. | |
| AGY_WATCH_WINDOW_SIZE | No | Window size for watch mode in format 'width,height', e.g. '560,760'. | |
| AGY_BRIDGE_NO_UPDATE_CHECK | No | Set to '1' to skip the update check at startup. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| antigravity_askA | Ask Antigravity (agy CLI, Gemini by default) a question in a NEW conversation. Uses your existing AI Pro authentication (silent-auth via Windows Credential
Manager). Returns the model's final response as text. Good for fast
tool-calling and short tasks; for heavier reasoning pick a bigger |
| antigravity_continueA | Continue the Antigravity conversation rooted at this workspace. Resumes the exact conversation id recorded for |
| antigravity_imageA | Generate an image with Antigravity (Gemini image model via agy CLI). Drives agy to produce a raster image on your existing AI Pro quota, saves it, and returns the absolute file path plus its real format and byte size. The host can then read the path to view the image. agy picks the image format itself (JPEG for photo-like images, PNG for flat graphics), so the returned path's extension is corrected to match the actual bytes (a requested out.png may come back as out.jpg). Runs a normal, unsandboxed agy session — same privileges/caveats as the other tools (see the module SECURITY note). |
| agent_swarmA | Run SEVERAL tasks IN PARALLEL across ALL backends in a single swarm. Each task is its own worker and names the backend to run on, so one swarm can
mix Antigravity (Gemini), Codex, Copilot, and Cursor workers — they run truly
concurrently (capped at SECURITY: this launches N unsandboxed agents at once — N times the prompt-injection surface of a single call (see the module SECURITY note). Only use it with trusted prompts on trusted content. |
| antigravity_image_swarmA | Generate several images IN PARALLEL with Antigravity (one worker per prompt). Like antigravity_image, but runs N image generations concurrently in isolated
workers (capped at |
| antigravity_statusA | Report diagnostics for the agy bridge setup (spends no AI Pro quota). Reports the bridge's own version and whether a newer release is available (best-effort GitHub check; honors AGY_BRIDGE_NO_UPDATE_CHECK), then checks whether agy is on PATH (and its version/compat), whether agy's state directories exist, whether the newest conversation transcript is readable, and whether the SQLite conversation store is present. Use this to debug empty or failed responses — or to see if the bridge itself is out of date — before spending quota. |
| codex_askA | Ask OpenAI Codex ( Uses your existing Codex login (ChatGPT or API key — see |
| codex_continueA | Continue the Codex session rooted at this workspace ( Resumes the exact session id captured from the last codex_ask in this workspace, falling back to the newest on-disk session whose recorded cwd matches (so it still works after a server restart). The resumed session keeps its original sandbox and model — those are chosen when you start it with codex_ask. |
| codex_statusA | Report diagnostics for the Codex bridge setup (spends no quota). Reports the bridge's own version and whether a newer release is available
(best-effort GitHub check; honors AGY_BRIDGE_NO_UPDATE_CHECK) — the same
update notice antigravity_status shows, so a Codex-only install still surfaces
it — then checks whether codex is on PATH (and its version), whether you're
logged in ( |
| copilot_askA | Ask the GitHub Copilot CLI ( Uses your existing Copilot login (OS credential store, or a
COPILOT_GITHUB_TOKEN/GH_TOKEN/GITHUB_TOKEN env var — see |
| copilot_continueA | Continue the Copilot session rooted at this workspace (resumes its Resumes the exact session id the bridge set on the last copilot_ask in this
workspace, falling back to the newest on-disk session whose recorded cwd
matches (so it still works after a server restart). Unlike codex_continue,
copilot re-applies permission flags on every call, so |
| copilot_statusA | Report diagnostics for the Copilot bridge setup (spends no quota). Reports the bridge's own version and whether a newer release is available
(best-effort GitHub check; honors AGY_BRIDGE_NO_UPDATE_CHECK) — the same
update notice antigravity_status shows, so a Copilot-only install still
surfaces it — then checks whether copilot is on PATH (and its version), an auth
hint (copilot has no |
| cursor_askA | Ask the Cursor CLI ( Uses your existing Cursor login (OS credential store, or a CURSOR_API_KEY env
var — see |
| cursor_continueA | Continue the Cursor chat rooted at this workspace (resumes its chat id). Resumes the exact chat id the bridge minted on the last cursor_ask in this
workspace, falling back to the newest on-disk chat whose recorded cwd matches
(so it still works after a server restart). cursor applies permission flags per
invocation, so |
| cursor_statusA | Report diagnostics for the Cursor bridge setup (spends no quota). Reports the bridge's own version and whether a newer release is available
(best-effort GitHub check; honors AGY_BRIDGE_NO_UPDATE_CHECK) — the same
update notice antigravity_status shows, so a Cursor-only install still surfaces
it — then checks whether cursor-agent is found (and its version), whether
you're logged in ( |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SinanTufekci/agent-intern'
If you have feedback or need assistance with the MCP directory API, please join our Discord server