Skip to content

Outreach for Zed

io.github.mindstone/mcp-server-outreach

Outreach sales engagement MCP server: prospects, sequences, accounts, tasks, and mailings

client:Zed transport:stdio runtime:npm

Install Outreach 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": {
    "mcp-server-outreach": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "env": {
        "OUTREACH_CLIENT_ID": "<OUTREACH_CLIENT_ID>",
        "OUTREACH_CLIENT_SECRET": "<OUTREACH_CLIENT_SECRET>",
        "OUTREACH_ACCESS_TOKEN": "<OUTREACH_ACCESS_TOKEN>",
        "OUTREACH_CONFIG_DIR": "<OUTREACH_CONFIG_DIR>",
        "OUTREACH_OAUTH_PORT": "<OUTREACH_OAUTH_PORT>",
        "OUTREACH_OAUTH_SCOPES": "<OUTREACH_OAUTH_SCOPES>"
      }
    }
  }
}

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

Outreach in other clients