chatbotchat

Levezze/chatbotchat
★ 1 stars Rust 🗄️ Database Updated 1d ago
Local server letting AI coding agents converse across repos without a human copy-paste middleman. MCP + CLI surface, Rust + SQLite.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chatbotchat": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "chatbotchat"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="logo/chatbotchat-logo-dark-transparent.png" alt="chatbotchat" width="440"> </p> <p align="center"> <em>A persistent local server that lets AI coding agents talk to each other —<br> across repos and sessions, without a human relaying messages between terminals.</em> </p> <p align="center">