Skip to content

VS Code (with GitHub Copilot Chat)

Requires VS Code 1.101+ with GitHub Copilot Chat installed. Start without a token so VS Code can use its native auth flow; fall back to a token only if needed.

In VS Code, open the Command Palette and run MCP: Open User Configuration, or edit the file directly:

| OS | Path | | --- | --- | | macOS | ~/Library/Application Support/Code/User/mcp.json | | Windows | %APPDATA%\Code\User\mcp.json | | Linux | ~/.config/Code/User/mcp.json |

{
"servers": {
"popcorn": {
"type": "http",
"url": "https://api.popcorn.co/mcp"
}
}
}

When VS Code asks you to sign in or approve access, choose the browser-based flow.