Skip to content
VS Code

sidecrew for VS Code

io.github.lvlrsajjad/sidecrew

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

client:VS Code transport:stdio runtime:npm

Install sidecrew in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sidecrew in other clients