Connect Gym Navigator to VS Code
VS Code added MCP support to Copilot's agent mode, which means the Gym Navigator coach can run there too. It's a developer-flavoured setup, but if you already use Copilot Chat it's a two-minute job.
https://coach.gymnavigator.com/mcp Setup, step by step
- 1 Create a .vscode/mcp.json file
In your workspace, add a .vscode/mcp.json file (or use the Command Palette: "MCP: Add Server"). This is where VS Code reads remote MCP servers from.
- 2 Register the remote server
Add a server entry pointing at https://coach.gymnavigator.com/mcp as the URL, with a name like gym-navigator. Save it.
- 3 Start the server in Copilot
Open Copilot Chat, switch to Agent mode, and start the gym-navigator server from the tools picker. VS Code lists every tool the connector exposes.
- 4 Prompt it
Ask Copilot "Look up the barbell bench press on Gym Navigator" and it'll run get_exercise and drop the link into the chat.
Good to know
- MCP in VS Code lives in Copilot's Agent mode, not the default ask mode. Switch modes first.
- Keep the URL in .vscode/mcp.json, not in plain settings, so it travels with the workspace.
What to ask once it's connected
The connector exposes eight tools. You never call them by name, you just talk, and VS Code picks the right one. Each tool has its own page with example prompts:
Using a different app?
The same URL works everywhere MCP does. Here are the other guides:
That's it
Paste the URL into VS Code and ask it to build your first plan.
https://coach.gymnavigator.com/mcp