cars

jbarnes7952/cars
★ 1 stars Python AI/LLM Updated 1d ago
CARS — Claude Agent Registration Server: an experimental peer-session discovery ledger for Claude Code (MCP server + hooks + skills, installable plugin)
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": {
    "cars": {
      "command": "uvx",
      "args": [
        "cars"
      ]
    }
  }
}

Or install with pip: pip install cars

README Excerpt

A discovery directory ("DNS") for dynamic Claude Code peer sessions, served over MCP. Sessions register their identity, role, and capabilities; other sessions query the ledger to decide **who** to message, then use Claude Code's native cross-session `SendMessage` to do the messaging. **The ledger never transports messages.** It is a directory, not a channel.

Tools (14)

LEDGER_AGENT_TOOLSLEDGER_ALWAYS_LOADLEDGER_PEER_DESC_MAXLEDGER_ROSTER_EVERYLEDGER_ROSTER_LINE_MAXLEDGER_ROSTER_MAXLEDGER_ROSTER_TOOLS_EVERYLEDGER_TOOLS_POLLderegisterfind_agentsheartbeatlist_agents_detailedregisterupdate_registration