Skip to content
Cursor

omp-worker-mcp for Cursor

io.github.divenire990/omp-worker-mcp

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

client:Cursor transport:stdio runtime:npm

Install omp-worker-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "omp-worker-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "omp-worker-mcp"
      ],
      "env": {
        "OMP_WORKER_OMP_COMMAND": "<OMP_WORKER_OMP_COMMAND>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

omp-worker-mcp in other clients