chatnut

runno-ai/chatnut
★ 2 stars HTML 🗄️ Database Updated 1d ago
MCP server for agent team chatrooms — real-time SQLite-backed chatrooms for AI agent coordination
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chatnut": {
      "command": "npx",
      "args": [
        "-y",
        "runno-ai/chatnut"
      ]
    }
  }
}