Connect MyoAmigo to Google Antigravity
API keyConnect with a personal API key — best for headless / CI use.
Add a custom server in mcp_config.json with a bearer key.
Google's agentic IDE (and CLI). Custom remote servers use serverUrl + header auth.
You'll need: a MyoAmigo account (sign up) and the endpoint
https://api.myoamigo.com/mcp. For API-key clients, mint a personal key (myo_sk_…) at api.myoamigo.com/connect.
Steps
- Open Settings → Customizations → Open MCP Config to edit mcp_config.json.
- Add the server below, then open Manage MCP Servers to refresh and verify it connected.
{ "mcpServers": { "myoamigo": {
"serverUrl": "https://api.myoamigo.com/mcp",
"headers": { "Authorization": "Bearer myo_sk_..." }
} } }
Good to know
- Antigravity uses serverUrl (like Windsurf), not url (Cursor / VS Code).
- The built-in MCP Store covers Google Cloud servers — add MyoAmigo as a custom server via the config above. Get a key (myo_sk_…) at api.myoamigo.com/connect.
Then ask it anything
Every answer reads your real training history first — then acts.
What should I do for bench today, based on my last few sessions?Why has my squat stalled? Look at the last eight weeks.Which muscles did I undertrain this month?Build next week's workouts from my current program.I just benched 185 for 5, 5, 4 — log it.Compare my deadlift progress to where I was two months ago.
More code editors: Cursor · VS Code · Windsurf · Zed · Raycast