★ 2 stars
Python
💻 Code/Dev Tools
Updated today
Model Context Protocol (MCP) tool to delegate, consensus build, debate, and review across Claude Code CLI, Codex CLI, Kiro CLI, and others.
View on GitHub →
Try with Claude — $10 free →
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-mcp-serve": {
"command": "uvx",
"args": [
"rutherford-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add rutherford-mcp-serve uvx rutherford-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"rutherford-mcp-serve": {
"command": "uvx",
"args": [
"rutherford-mcp-server"
]
}
}
}
Or install with pip: pip install rutherford-mcp-server