All connection guides
GitHub Copilot

Connect GitHub Copilot

Remote MCP · OAuth

Use Agami in Copilot Chat through VS Code's MCP configuration.

No signup required

There's nothing to sign up for first. Add the Agami MCP server to GitHub Copilot using the URL below, then Connect. The first time you connect, GitHub Copilot hands you to Agami's sign-in: choose Google or Microsoft, and a demo account is created on the spot. No API key.

MCP server URL
https://public.agami.ai/mcp

GitHub Copilot (in VS Code)

For developers

Copilot in VS Code reads MCP servers from the same .vscode/mcp.json mechanism as the editor. Add the Agami server and sign in within the editor; OAuth is the default for remote servers (a personal access token is the manual alternative).

.vscode/mcp.json
{
  "servers": {
    "agami": {
      "type": "http",
      "url": "https://public.agami.ai/mcp"
    }
  }
}

Same schema as VS Code. Sign in with OAuth when prompted rather than using a token.

Plan / access

All Copilot plans can use MCP. On Copilot Business or Enterprise, an org admin must turn on the "MCP servers in Copilot" policy first. Free, Pro, Pro+, and Max are not governed by that policy.

  • The GitHub MCP Registry is in public preview; the custom-server path above is the stable route for a server like Agami.

Prefer to run it locally?

LiteBI is our open-source distribution: the same engine, fully on your machine. Point it at your own database and connect GitHub Copilot to the local MCP server.

Ask your first question

Add the server URL to GitHub Copilot, sign in with Google or Microsoft, and ask. The demo is free.

GitHub Copilot and its logo are trademarks of their owner. Agami is not affiliated with, endorsed by, or sponsored by them. Setup steps live on the vendor's official documentation, linked above, and may change. Verified 2026-05-31.