Skip to content
Cursor

gru953 crew for Cursor

io.github.gru-953/gru953-crew

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

client:Cursor transport:stdio runtime:npm

Install gru953 crew in Cursor

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

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

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

gru953 crew in other clients