cc-channel-mem

AlexAI-MCP/cc-channel-mem
★ 22 stars JavaScript 💬 Communication Updated 8d ago
Memory for ClaudeCode Channels ? Discord/Telegram daemon + MCP server
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": {
    "cc-channel-mem": {
      "command": "npx",
      "args": [
        "-y",
        "AlexAI-MCP/cc-channel-mem"
      ]
    }
  }
}