THGL Discord Bot MCP Server
by the-hidden-gaming-lair
MCP server exposing The Hidden Gaming Lair Discord channels — query game updates, patch notes, and community announcements through your AI assistant.
What it does
The THGL Discord Bot is the official bot for The Hidden Gaming Lair gaming community. Alongside its Discord integration, it ships an MCP server interface (mcp.ts) that exposes the community's update and info channels as queryable MCP tools. AI assistants connected to it can fetch the latest patch summaries, release notes, and announcements from the THGL Discord server without needing direct Discord access. It powers content syndication across THGL websites and companion apps.
Tools
- Channel Feed — Retrieve curated posts from the THGL Discord updates and info channels.
- App Updates Cache — Access cached application update entries for fast retrieval of release history.
- Announcements — Fetch community-facing news and patch summaries suitable for display in apps or websites.
(Tool names inferred from lib/app-updates-cache.ts, lib/channels.ts, and routes/updates/route.ts; README does not enumerate MCP tools explicitly.)
Installation
This is a private community API. Request access by messaging devleon on Discord or via https://th.gl/discord.
To run your own instance:
git clone https://github.com/The-Hidden-Gaming-Lair/thgl-discord-bot
cd thgl-discord-bot
bun install
cp .env.example .env # fill in your Discord bot token
bun run mcp # starts the MCP server
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"thgl-discord-bot": {
"command": "bun",
"args": ["run", "/path/to/thgl-discord-bot/mcp.ts"]
}
}
}
Supported hosts
No specific MCP client is confirmed in the README. Compatible with any MCP client supporting stdio transport.
Quick install
bun run mcp # in cloned thgl-discord-bot directoryInformation
- Pricing
- free
- Published
- 4/4/2026
- stars
- 0