agent UI, prompt, tool intent
SYSTEM 01 / ANTIGRAVITY MCP NODE
Antigravity MCP Node Full-Stack Flow
Remote IDE intent enters through a private MCP endpoint, crosses a Node service boundary, executes against local host resources, then returns structured evidence back to the client.
Control plane + data plane + trust boundaries
Live log: antigravity-mcp 2.20.0 listening on http://100.90.87.7:3000/mcp; local process scan confirmed Node/MCP/Hermes-adjacent services.
100.90.87.7 private route
Node service /mcp on :3000
capabilities, params, returns
repo, config, generated assets
commands, scripts, diagnostics
stdout, stderr, audit logs
remote intent vs local authority
- 1. Session
IDE opens MCP connection over the private tailnet address and receives server capabilities.
- 2. Selection
The client chooses a tool and sends typed arguments; schema validation is the first control point.
- 3. Execution
The Node MCP layer bridges into local host resources only for the requested capability.
- 4. Evidence
Tool output is converted into concise return data, with logs retained for debugging and audit.
Antigravity IDE→MCP tool selection→Node MCP server
MCP request→schema + boundary validation→local action
filesystem / shell→stdout/stderr/result shaping→MCP response
Network boundary
Private Tailscale address, not a public internet route.
Execution boundary
MCP requests can represent local actions; tool scope matters more than port health.
Data boundary
Return evidence should be narrow: status, files touched, logs, and errors instead of raw secrets.