AgentcyAlpha

Set up Amp

AI coding agent by Sourcegraph (VS Code extension + CLI). Add Agentcy so Amp can reference your marketing data while building code and analyzing performance.

SETUP
4 STEPS
  1. 01

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

  2. 02

    Edit ~/.config/amp/settings.json (global) or .amp/settings.json (project)

  3. 03

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

  4. 04

    Restart Amp to connect to the Agentcy server

CONFIG

path: ~/.config/amp/settings.json

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

Amp uses amp.mcpServers as the config key (not mcpServers). MCP tools are lazy-loaded into context only when used, minimizing overhead. Workspace config (.amp/settings.json) overrides global.

EXAMPLE QUERIES
4 SAMPLES

What’s the organic traffic trend for aurora-fitness.com?

Show me our top Search Console queries by CTR

Create a data visualization component from our GA4 data

Research what our competitors are doing in content marketing

v1.0Need help?