Skip to main content
VS Code supports remote MCP servers through its MCP configuration.

Add the server

The quickest way is the Command Palette:
1

Add server

Open the Command Palette and run MCP: Add Server. Choose HTTP.
2

Enter the URL

Paste the server URL:
https://mcp.contenthero.ai
3

Authorize

VS Code runs the OAuth flow in your browser. Sign in with your ContentHero account and approve. No API key needed.
Or add it directly to .vscode/mcp.json (workspace) or your user mcp.json:
{
  "servers": {
    "contenthero": {
      "type": "http",
      "url": "https://mcp.contenthero.ai"
    }
  }
}

Verify

Open Copilot Chat in agent mode and ask it to read your ContentHero balance. It calls get_balance and returns your credits. Enable the ContentHero tools in the MCP view if they are toggled off.