Skip to content
Zed

OpsConduit Jobber MCP for Zed

io.github.opsconduit/jobber-mcp

Customer-hosted read-only MCP server for Jobber ops reports, OAuth setup, and GraphQL validation.

client:Zed transport:stdio runtime:npm

Install OpsConduit Jobber MCP 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": {
    "jobber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@opsconduit/jobber-mcp"
      ],
      "env": {
        "JOBBER_CLIENT_ID": "<JOBBER_CLIENT_ID>",
        "JOBBER_CLIENT_SECRET": "<JOBBER_CLIENT_SECRET>",
        "JOBBER_REDIRECT_URI": "<JOBBER_REDIRECT_URI>"
      }
    }
  }
}

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

OpsConduit Jobber MCP in other clients