chatbotchat

Levezze/chatbotchat
★ 1 stars Rust Database Updated 1mo ago
Local server letting AI coding agents converse across repos without a human copy-paste middleman. MCP + CLI surface, Rust + SQLite.
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": {
    "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">
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →