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.
- Run MCP: Add Server from the Command Palette.
- Choose HTTP, paste the Fiveable endpoint, and save it to your user or workspace settings.
- 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"
}
}
}