AgentcyAlpha
Integrations/Gemini Code Assist

Set up Gemini Code Assist

Google’s AI coding assistant for VS Code. Add Agentcy so Gemini Code Assist can access your marketing data in agent mode.

SETUP
5 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Open your project in VS Code with Gemini Code Assist installed

  3. 03

    Create or edit .gemini/settings.json in your project root

  4. 04

    Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key

  5. 05

    Open Gemini Code Assist chat and switch to Agent mode

CONFIG

path: .gemini/settings.json

settings.json
{
  "mcpServers": {
    "agentcy": {
      "httpUrl": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}
Last verified: March 5, 2026Official docs
TIPS

Gemini Code Assist uses httpUrl (not url) for remote MCP servers. Shares its config format with Gemini CLI. MCP tools only work in Agent mode (not standard chat). Currently supported in VS Code only (not JetBrains).

EXAMPLE QUERIES
4 SAMPLES

Using Agentcy, show me organic traffic trends this month

What are our top-performing Google Ads campaigns?

Create a dashboard component with real GA4 data

Research competitor SEO strategies for our market

v1.0Need help?