fullrun for Zed
io.github.tuckerschreiber/fullrun
Google Ads management for AI agents — diagnose, optimize, and manage campaigns.
client:Zed
transport:stdio
runtime:npm
Install fullrun in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fullrun": {
"command": "npx",
"args": [
"-y",
"@fullrun/mcp"
],
"env": {
"FULLRUN_API_KEY": "<FULLRUN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs