chatbox

eumemic/chatbox
★ 0 stars Python 💬 Communication Updated today
A standalone service that encapsulates messaging-platform connectors (Signal, Telegram, Discord, Slack) behind a unified API for agents. Per-mailbox MCP server for outbound; webhook delivery for inbound. Owns the focal-attention paradigm so a single agent can hold one focus across many chats and platforms — transparently to the harness.
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": {
    "chatbox": {
      "command": "uvx",
      "args": [
        "chatbox"
      ]
    }
  }
}

Or install with pip: pip install chatbox

README Excerpt

A standalone service that encapsulates messaging-platform connectors behind a unified API. Agents reach outbound capabilities through a per-mailbox MCP server; inbound messages flow to the agent's harness via webhook. Owns the focal-attention paradigm so a single agent can hold one focus across many chats and platforms — entirely transparent to the harness.

Tools (6)

CHATBOX_API_HOSTCHATBOX_API_PORTCHATBOX_DB_URLCHATBOX_LOG_LEVELCHATBOX_VAULT_KEYINFO