Clients that support remote MCP
Add the URL using the client’s standard MCP configuration. Most clients accept an entry like:VS Code (GitHub Copilot)
Add a.vscode/mcp.json file to your workspace:
.vscode/mcp.json
Clients that only support local (stdio) servers
Some clients can only launch a local command. Bridge to the hosted server withmcp-remote:
mcp-remote handles the OAuth flow and forwards requests to the Metal MCP server.
Troubleshooting
- Authentication loops or fails — confirm an admin enabled MCP under Settings → Organization → API & MCP Access.
- Tools don’t appear — verify the URL includes the
/mcppath and that your client supports remote (HTTP) MCP servers, or use themcp-remotebridge above.