PluginBench
MCP Server

io.github.GRU-953/gru953-crew MCP Server

io.github.GRU-953/gru953-crew

What is the io.github.GRU-953/gru953-crew MCP server?

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

How to install io.github.GRU-953/gru953-crew

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gru953-crew": {
      "command": "npx",
      "args": [
        "-y",
        "gru953-crew-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gru953-crew": {
      "command": "npx",
      "args": [
        "-y",
        "gru953-crew-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gru953-crew": {
      "command": "npx",
      "args": [
        "-y",
        "gru953-crew-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gru953-crew": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gru953-crew-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add gru953-crew -- npx -y gru953-crew-mcp

Related MCP servers

dev953 method companion: exposes its multi-agent coding method as callable MCP tools.

0
JavaScript
Apache-2.0
View repository →