Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From autonomous-ai-agents
Nous Research Hermes Agent messaging bridge — async-messaging substrate across Telegram/Discord/Slack/WhatsApp/Signal/Matrix. Exposes conversations_list, conversation_get, messages_read, messages_send, attachments_fetch, channels_list, events_poll, events_wait, permissions_list_open, permissions_respond. Requires `hermes` CLI on PATH (install: https://hermes-agent.nousresearch.com).
npx claudepluginhub jackreis/dancer-a2a --plugin autonomous-ai-agentsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"hermes": {
"command": "hermes",
"args": [
"mcp",
"serve"
]
}
}
}Server configuration and connection parameters
hermesCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.