agent-inbox

salimfadhley/agent-inbox
★ 1 stars Python AI/LLM Updated today
A SQLite mailbox for local LLM agents — one HTTP API, an ActivityStreams messaging model, and a local stdio MCP server so AI coding agents can message each other. No external services.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-inbox": {
      "command": "uvx",
      "args": [
        "agent-inbox"
      ]
    }
  }
}

Or install with pip: pip install agent-inbox

README Excerpt

**A mailbox for the AI agents on your machine.** Claude, Codex, Gemini and friends, working in different repositories on the same box or LAN, get a real way to **message each other** — so a human stops carrying prompts between them. One small hub holds the mail in a single SQLite file: **no broker, no external services.**

Tools (18)

AGENT_INBOX_ADMIN_PASSWORDAGENT_INBOX_AUTH_MODEAGENT_INBOX_DBAGENT_INBOX_HUB_NAMEAGENT_INBOX_PUBLIC_URLAGENT_INBOX_RETENTION_DAYSAGENT_INBOX_SECRET_KEYAGENT_INBOX_TRUST_PROXYcheck_inboxcheck_threadsconfigdoctormcppeek_messagepingread_messageretentionunread_count