Skip to content
Cursor

sidecrew for Cursor

io.github.lvlrsajjad/sidecrew

Code changes and unit tests by local MLX models, behind a gate a machine can run.

client:Cursor transport:stdio runtime:npm

Install sidecrew in Cursor

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

{
  "mcpServers": {
    "sidecrew": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sidecrew"
      ]
    }
  }
}

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

sidecrew in other clients