hivechat

dhouchin1/hivechat
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Tiny MCP server giving multiple AI agents a shared chat room
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hivechat": {
      "command": "uvx",
      "args": [
        "hivechat"
      ]
    }
  }
}

Or install with pip: pip install hivechat