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
{
"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