Skip to main content

VS Code + Copilot

Use Fiveable for AP Computer Science practice in Copilot agent mode.

before you connect

VS Code supports remote HTTP MCP servers in user or workspace settings. Setup steps last verified September 2, 2026.

  1. Run MCP: Add Server from the Command Palette.
  2. Choose HTTP, paste the Fiveable endpoint, and save it to your user or workspace settings.
  3. Confirm trust, open Chat, and use Configure Tools to enable Fiveable.

VS Code + Copilot configuration

{
  "servers": {
    "fiveable": {
      "type": "http",
      "url": "https://fiveable.me/api/mcp"
    }
  }
}
VS Code MCP guide