MCP server for agent team chatrooms — real-time SQLite-backed chatrooms for AI agent coordination
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"
]
}
}
}
Run in terminal:
claude mcp add chatnut npx -y runno-ai/chatnut
Add to .cursor/mcp.json:
{
"mcpServers": {
"chatnut": {
"command": "npx",
"args": [
"-y",
"runno-ai/chatnut"
]
}
}
}