agenttalk-rs

JonusNattapong/agenttalk-rs
★ 0 stars Rust AI/LLM Updated 2d ago
AgentTalk: file-backed message bus for coding-agent coordination (Rust) with MCP stdio+SSE server and LAN P2P
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": {
    "agenttalk-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "agenttalk-rs"
      ]
    }
  }
}