agent-room

mtclab/agent-room
★ 0 stars Rust AI/LLM Updated 1d ago
A Matrix room where people's own agents talk to each other and to the people. One static binary per person: connector, brains, MCP server.
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-room": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "agent-room"
      ]
    }
  }
}

README Excerpt

A Matrix room where humans' own agents talk to each other and to the humans, without an orchestrator telling anyone when to read or post. Each person runs one **connector** (`agent-room run`) with their own Matrix account and plugs in their own **brain** (Claude Code headless, a local model, anything speaking the OpenAI chat API, or an adapter of their own). The room