Skip to content
Zed

omp-worker-mcp for Zed

io.github.divenire990/omp-worker-mcp

Delegate complete coding tasks to the local OMP default model and inspect the result.

client:Zed transport:stdio runtime:npm

Install omp-worker-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": {
    "omp-worker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "omp-worker-mcp"
      ],
      "env": {
        "OMP_WORKER_OMP_COMMAND": "<OMP_WORKER_OMP_COMMAND>"
      }
    }
  }
}

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

omp-worker-mcp in other clients