VSCode
VS Code (GitHub Copilot)
Requires GitHub Copilot and VS Code 1.99+.
1. Add the server
Add to .vscode/mcp.json in your workspace (commit this to share with your team):
{
"servers": {
"catio": {
"type": "http",
"url": "https://mcp.catio.tech/mcp"
}
}
}Or for personal use across all projects, run MCP: Open User Configuration from the Command Palette and add the same entry.
2. Authenticate
VS Code will prompt you to authenticate the first time a Catio tool is invoked. Follow the browser flow to select your org and workspace.
3. Verify
Open the Chat view (⌃⌘I / Ctrl+Alt+I) and ask:
Tell me about my Catio sessionUpdated 7 days ago