Connect MyoAmigo to Windsurf
One-click OAuthFull browser sign-in (OAuth 2.1 + PKCE). Nothing to paste.
Uses serverUrl (not url).
Free tier and up. 100-tool cap.
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.
{ "mcpServers": { "myoamigo": { "serverUrl": "https://api.myoamigo.com/mcp" } } }
Headless / API key
Adding a bearer header suppresses the OAuth flow (get a key):
{ "mcpServers": { "myoamigo": {
"serverUrl": "https://api.myoamigo.com/mcp",
"headers": { "Authorization": "Bearer myo_sk_..." }
} } }
Good to know
- The config key is serverUrl, not url. Docs now live under devin.ai.
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 · Antigravity · Zed · Raycast