Gru953 Crew
Rank #15,434io.github.GRU-953/gru953-crew
GRU953 Crew's autonomous multi-agent coding method, exposed as callable MCP tools.
Gru953 Crew is a Model Context Protocol (MCP) server published by GRU-953. It ranks #15,434 of 115,460 servers tracked on MCP Toplist. Gru953 Crew is listed on Official MCP, with 1 tracked version. It was first listed on Jun 26, 2026 and most recently updated on Jun 26, 2026.
Ranks ahead of 100,026 of 115,460 servers on MCP Toplist.
Use Gru953 Crew
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gru953-crew -- npx -y gru953-crew-mcp[mcp_servers.gru953-crew]
command = "npx"
args = ["-y", "gru953-crew-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gru953-crew": {
"command": "npx",
"args": [
"-y",
"gru953-crew-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gru953-crew": {
"command": "npx",
"args": [
"-y",
"gru953-crew-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gru953-crew": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gru953-crew-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gru953-crew": {
"command": "npx",
"args": [
"-y",
"gru953-crew-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gru953-crew": {
"command": "npx",
"args": [
"-y",
"gru953-crew-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.GRU-953%2Fgru953-crew)<a href="https://mcptoplist.com/server/io.github.GRU-953%2Fgru953-crew"><img src="https://mcptoplist.com/badge/io.github.GRU-953%2Fgru953-crew.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
GRU-953
Other servers by GRU-953
View all GRU-953 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jun 26, 2026 |
Frequently asked questions
- Who maintains Gru953 Crew?
- Gru953 Crew is maintained by GRU-953, which publishes 3 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Gru953 Crew listed on the Official MCP Registry?
- Yes — Gru953 Crew is listed on the Official MCP Registry.
- How many versions does Gru953 Crew have?
- MCP Toplist tracks 1 version of Gru953 Crew, most recently published on Jun 26, 2026.
- Where can I find the source code for Gru953 Crew?
- The source code for Gru953 Crew is hosted at github.com/GRU-953/gru953-crew.