Skip to content
Zed

indiebob for Zed

io.github.chemic/indiebob

IndieBob for agents: metrics, posts, cold outreach written per prospect, and what to do next.

client:Zed transport:stdio runtime:npm

Install indiebob 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": {
    "indiebob": {
      "command": "npx",
      "args": [
        "-y",
        "@indiebob/mcp"
      ],
      "env": {
        "INDIEBOB_API_KEY": "<INDIEBOB_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

indiebob in other clients