@claude-channel-mux/discord
v0.1.2
Published
Discord adapter, daemon, and plugin for claude-channel-mux
Downloads
783
Maintainers
Readme
@claude-channel-mux/discord
Discord adapter for claude-channel-mux: connects Discord to Claude Code sessions via a shared daemon.
Note: This is a community project and is not affiliated with or endorsed by Anthropic.
Install
npm install @claude-channel-mux/discordWhat's included
- DiscordAdapter: Full
PlatformAdapterimplementation using discord.js - Daemon: Long-running process that holds the Discord bot connection and routes messages via IPC
- MCP Plugin: MCP server that Claude Code spawns, proxies tool calls to the daemon
- Access control: DM pairing, guild channel policies, mention gating
- Utilities: Message chunking, attachment handling, file path security
Binaries
channel-mux-daemon: Start the daemon processchannel-mux-plugin: MCP server plugin for Claude Code
Quick start
See the main repository for full setup instructions.
