Skip to content
Zed

workable mcp for Zed

io.github.mrfentmen/workable-mcp

Job boards from Workable. No key required.

client:Zed transport:stdio runtime:npm

Install workable mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "workable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "workable-mcp"
      ]
    }
  }
}

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

workable mcp in other clients