Give your AI agent a crew. Kiro Crew app with skills and MCP configuration for the Rutherford MCP Server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rutherford-kiro-crew": {
"command": "npx",
"args": [
"-y",
"chapmanjw/rutherford-kiro-crew-app"
]
}
}
}
Run in terminal:
claude mcp add rutherford-kiro-crew npx -y chapmanjw/rutherford-kiro-crew-app
Add to .cursor/mcp.json:
{
"mcpServers": {
"rutherford-kiro-crew": {
"command": "npx",
"args": [
"-y",
"chapmanjw/rutherford-kiro-crew-app"
]
}
}
}