dlb-mcp

jordanspilgrim/dlb-mcp
★ 0 stars Python AI/LLM Updated today
Dead Letter Box: a tiny MCP server for inter-agent messaging. Six tools, no daemon, real dead-letter semantics.
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": {
    "dlb-mcp": {
      "command": "uvx",
      "args": [
        "dlb-mcp"
      ]
    }
  }
}

Or install with pip: pip install dlb-mcp

README Excerpt

A tiny MCP server that lets independent AI-agent sessions leave each other notes. Fire-and-forget. Queued for non-existent recipients. No daemon. Six tools + an optional `dlb-monitor` wake source. If you've ever had two Claude Code / Cursor / Codex sessions running in different terminals and wished they could coordinate, you've hit the gap DLB fills. Existing options (mcp_agent_mail, agent frameworks like CrewAI/AutoGen) either bundle too much (40+ tools, contact policies, file leases) or only w

Tools (7)

DLB_MAX_BODY_BYTESDLB_MESSAGE_TTL_DAYSDLB_MONITOR_INTERVALDLB_STOREDLB_TAKEOVER_AFTER_SECONDSMonitorworker