Nightshift
Freeby MCP Community
Agent teams and multi-agent orchestration across AI models via MCP. Coordinate Claude, Codex, Gemini, Vibe, and Goose with delegation, failovers, and autonomous
v2.4.0Added Apr 12, 2026
mcpmodel-context-protocolai-agentsmulti-agentagent-teams
Nightshift MCP Server
Agent teams and multi-agent orchestration across AI models via MCP. Coordinate Claude, Codex, Gemini, Vibe, and Goose with delegation, failovers, and autonomous
Installation
npx -y nightshift-mcp
Reviews
Installation
Quick install
npx -y nightshift-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"nightshift": {
"command": "npx",
"args": ["-y", "nightshift-mcp"]
}
}
}