Skip to content
VS Code

gru953 crew for VS Code

io.github.gru-953/gru953-crew

GRU953 Crew's autonomous multi-agent coding method, exposed as callable MCP tools.

client:VS Code transport:stdio runtime:npm

Install gru953 crew in VS Code

.vscode/mcp.json

{
  "servers": {
    "gru953-crew": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gru953-crew-mcp"
      ]
    }
  }
}

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

gru953 crew in other clients