Connect MyoAmigo to Claude Agent SDK
API keyConnect with a personal API key — best for headless / CI use.
Add an HTTP MCP server with a bearer key and scope the tools.
Programmatic / API access. No auto-OAuth — authenticate with a personal API key.
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": {
"type": "http",
"url": "https://api.myoamigo.com/mcp",
"headers": { "Authorization": "Bearer myo_sk_..." }
}
},
"allowedTools": ["mcp__myoamigo__*"]
}
Good to know
- Get the key from api.myoamigo.com/connect. Restricting allowedTools keeps the agent scoped to MyoAmigo.
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 claude (anthropic): Claude · Claude Code · Claude mobile · Claude API