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.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Edit ~/.config/amp/settings.json (global) or .amp/settings.json (project)
- 03
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 04
Restart Amp to connect to the Agentcy server
path: ~/.config/amp/settings.json
{
"amp.mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}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.
“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”