Prerequisites
- VS Code 1.101 or later (earlier versions don’t support OAuth for remote MCP servers)
- GitHub Copilot extension (or another MCP-compatible extension)
- A TryPost Cloud account with an active trial or subscription (no card required to start)
Setup
Create the MCP configuration file
In your project root, create or edit No
.vscode/mcp.json:Authorization header — VS Code discovers OAuth from the URL.Sign in through your browser
Open the Accounts menu (bottom-left gear) or the Copilot Chat panel — VS Code prompts you to sign in to TryPost. Approve in the browser and the server flips to Connected.
Global configuration
To make TryPost available across all projects, open the command palette and run MCP: Open User Configuration to add the server to your user-level settings.Bearer token fallback
Bearer token fallback
For sandboxed or remote workspaces where the OAuth callback can’t return to VS Code, set a Personal Access Token explicitly:Create the key from Settings > API Keys on the TryPost dashboard.

