MCP Server
Active
Apache-2.0
io.github.GRU-953/dev953 MCP Server
io.github.GRU-953/dev953
What is the io.github.GRU-953/dev953 MCP server?
dev953 method companion: exposes its multi-agent coding method as callable MCP tools.
How to install io.github.GRU-953/dev953
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": {
"dev953": {
"command": "npx",
"args": [
"-y",
"dev953-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"dev953": {
"command": "npx",
"args": [
"-y",
"dev953-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dev953": {
"command": "npx",
"args": [
"-y",
"dev953-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dev953": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dev953-mcp"
]
}
}
}Claude Code
claude mcp add dev953 -- npx -y dev953-mcpRelated MCP servers
GRU953 Crew's autonomous multi-agent coding method, exposed as callable MCP tools.
View repository →