Discord Integration
Add Hermes Agent to your Discord server as a bot that remembers context, executes commands, and helps your community with autonomous intelligence.
What is Hermes Agent for Discord?
Hermes Agent for Discord is a bot deployment that brings autonomous AI capabilities to Discord servers. It supports natural language conversations, slash commands, thread-based context isolation, and server-wide persistent memory.
Setup Steps
1. Create Application
Go to the Discord Developer Portal, create a new application, and add a bot user.
2. Configure Permissions
Enable Message Content Intent and set OAuth2 scopes (bot, applications.commands).
3. Add to Server
Generate an invite URL and add the bot to your server with appropriate permissions.
4. Configure Hermes
Add the Discord token to Hermes config and enable the Discord adapter.
Related Integrations
Frequently Asked Questions
Do I need a Discord Bot Token?
Yes. Create an application in the Discord Developer Portal, add a bot user, and copy the token. You also need to configure OAuth2 permissions for the bot to join servers.
Can Hermes use slash commands?
Yes. Hermes registers slash commands automatically, providing structured interaction patterns alongside natural language conversations.
Does Hermes support threads?
Yes. Hermes can create and participate in Discord threads, maintaining separate context for each thread while sharing persistent memory across the server.
What permissions does Hermes need?
Minimum permissions: Send Messages, Read Message History, and Mention @everyone. For advanced features, add Attach Files, Embed Links, and Use Slash Commands.