Adrex AI for Zed
io.github.gauravapiscean/adrex-ai
Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.
client:Zed
transport:stdio
runtime:npm
Install Adrex AI in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"adrex-ai": {
"command": "npx",
"args": [
"-y",
"adrex-ai"
],
"env": {
"ADREX_API_KEY": "<ADREX_API_KEY>",
"ADREX_API_URL": "<ADREX_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs