Skip to main content
VS Code supports MCP servers natively in agent mode (1.99+), independently of GitHub Copilot.
1

Create the MCP config file

Create .vscode/mcp.json in your workspace (shared with your team via source control), or open the Command Palette and run MCP: Open User Configuration for a global config.
2

Add KonbiniAPI

{
  "servers": {
    "konbiniapi": {
      "type": "http",
      "url": "https://mcp.konbiniapi.com"
    }
  }
}
3

Authorize

Open the Chat panel, switch to Agent mode, and start a prompt. VS Code will trigger the OAuth flow to link your KonbiniAPI account on first use.
GitHub Copilot uses the same MCP configuration. If you’ve already set this up for VS Code agent mode, Copilot will pick it up automatically.