All connection guides
VSCode

Connect VS Code

Remote MCP · OAuth

Add Agami with the MCP: Add Server command or a .vscode/mcp.json block.

No signup required

There's nothing to sign up for first. Add the Agami MCP server to VS Code using the URL below, then Connect. The first time you connect, VS Code 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

VS Code

For developers

Run "MCP: Add Server" from the Command Palette and choose the HTTP option, or add the server directly to .vscode/mcp.json. When an oauth block is configured, VS Code opens a browser window to authorize on first connection.

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

VS Code uses the servers key with type "http" (different from Cursor's schema). Core MCP support is generally available.

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 VS Code to the local MCP server.

Ask your first question

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

VS Code 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.