Connect MyoAmigo to OpenAI Codex (CLI & IDE)
One-click OAuthFull browser sign-in (OAuth 2.1 + PKCE). Nothing to paste.
Add the server, then log in via the browser.
CLI and IDE share config. Cloud / iOS Codex: custom remote MCP not documented.
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
- Add the server and log in with the commands below.
codex mcp add myoamigo --url https://api.myoamigo.com/mcp
codex mcp login myoamigo
[mcp_servers.myoamigo]
url = "https://api.myoamigo.com/mcp"
Headless / API key
Headless? Point Codex at a personal API key via an env var (get a key):
[mcp_servers.myoamigo]
url = "https://api.myoamigo.com/mcp"
bearer_token_env_var = "MYO_SK"
Good to know
- url means a remote server; command means stdio — they're mutually exclusive.
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 openai: ChatGPT