log-query-mcp
Allows searching messages by content across servers or channels, viewing message counts and top chatters, and listing all known channel names and IDs.
Supports regex or string search across channel logs, retrieving all messages from a user, ranking chatters by message count, and querying sub/bits/giftsub events.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@log-query-mcpsearch discord for 'deploy' in #dev-channel"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
log-query-mcp
MCP server exposing Discord and Twitch/Chatty chat log query tools to Claude Code.
Setup
npm install
cp .env.example .env
# Edit .env and set DISCORD_BOT_TOKENRegister with Claude Code (global):
claude mcp add chat-logs -- node /path/to/log-query-mcp/mcp-server.jsRelated MCP server: cc-session-search
Twitch logs
Requires chatty-log-query checked out at ~/Projects/chatty-log-query. Reads Chatty log files from ~/.chatty/logs/.
Tools
Discord
Tool | Description |
| Search messages by content across server or channel |
| Message count and top chatters for a channel |
| List all known channel names and IDs |
Twitch (Chatty logs)
Tool | Description |
| Regex/string search across channel logs |
| All messages from a user in a channel |
| Rank chatters by message count |
| Rank chatters by message count, with msgs/hour vs their first-to-last-seen span |
| Query sub/bits/giftsub events |
All Twitch tools accept either days (recent N days) or from/to (YYYY-MM-DD range) — from/to take precedence when both are given.
Environment
Variable | Description |
| Bot token from Discord Developer Portal |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA powerful MCP server that extracts, stores, searches, and analyzes Claude.ai conversations with SQLite database, semantic search, and multiple export formats including Obsidian and PDF.Last updated1MIT
- FlicenseBqualityDmaintenanceAn MCP server that provides tools for searching and analyzing Claude Code conversation history.Last updated84
- Alicense-qualityDmaintenanceA local MCP server that indexes and searches your Claude Code conversation history with both keyword and semantic search, fully private and running locally.Last updatedMIT
- AlicenseAqualityCmaintenanceA local MCP server that indexes and searches your past Claude sessions using SQLite FTS5. No cloud, runs entirely on your machine.Last updated3MIT
Related MCP Connectors
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tenbux/log-query-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server