Skip to main content
Glama
tenbux

log-query-mcp

by tenbux

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_TOKEN

Register with Claude Code (global):

claude mcp add chat-logs -- node /path/to/log-query-mcp/mcp-server.js

Related 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

discord_search

Search messages by content across server or channel

discord_channel_stats

Message count and top chatters for a channel

discord_list_channels

List all known channel names and IDs

Twitch (Chatty logs)

Tool

Description

twitch_search

Regex/string search across channel logs

twitch_user_messages

All messages from a user in a channel

twitch_top_chatters

Rank chatters by message count

twitch_activity_rate

Rank chatters by message count, with msgs/hour vs their first-to-last-seen span

twitch_events

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

DISCORD_BOT_TOKEN

Bot token from Discord Developer Portal

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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