Back to Apps

Discord Conversation Logger
by sh11235
Log AI assistant conversations to Discord for audit trails, team collaboration, and history tracking.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects your AI assistant to a Discord channel, allowing it to create a persistent, timestamped log of conversations. It is designed for teams and developers who need an audit trail of AI-driven decisions, a way to share AI interactions with colleagues, or a structured history for debugging complex workflows.
Tools
log_conversation: Sends a message to a designated Discord channel with a specified role (human, assistant, or system) and optional context metadata.
Installation
Install via Cargo:
cargo install --git https://github.com/SH11235/discord-conversation-logger.git
Add to claude_desktop_config.json:
{
"mcpServers": {
"discord-conversation-logger": {
"command": "discord-conversation-logger",
"args": [
"--log-channel-id", "YOUR_CHANNEL_ID",
"--log-thread-name", "AI Conversation Log"
],
"env": {
"DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN"
}
}
}
}
Supported hosts
- claude
Quick install
cargo install --git https://github.com/SH11235/discord-conversation-logger.gitInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to mcpServers config with DISCORD_TOKEN env var and --log-channel-id arg.





