Connect VS Code
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.
https://public.agami.ai/mcp VS Code
For developersRun "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.
{
"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.
VS Code has built-in MCP support. Use the Command Palette to add the Agami server
interactively, or commit a .vscode/mcp.json to share it with your team. VS Code
runs the OAuth flow for you on first connection, then your data questions work in
agent mode alongside the rest of your editor.
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.