hive (MCP Server)

GitHub

Multi-Agent Harness for Production AI

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "hive": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hive"
      ]
    }
  }
}