Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

fullrun in other clients