Hermes Agent v0.6.0 Ships Profiles, MCP Mode, Docker Container
TL;DR
Hermes Agent v0.6.0 (March 30, 2026) ships profiles for multiple isolated instances, MCP server mode for Claude Desktop and Cursor, an official Docker image, and ordered fallback provider chains.
What changed
Hermes Agent v0.6.0 (The Multi-Instance Release) landed March 30, 2026. Profiles let one Hermes install run many isolated instances with their own config, memory, sessions, skills, and gateway service (commands: hermes profile create, hermes -p [name], hermes profile export/import). A token-lock mechanism prevents two profiles from sharing a bot credential. MCP Server Mode (hermes mcp serve) exposes Hermes conversations and sessions to any MCP client over stdio or Streamable HTTP. An official Docker container supports CLI and gateway modes. An ordered fallback provider chain auto-fails over when the primary errors. Feishu/Lark and WeCom adapters land alongside Slack multi-workspace OAuth, Telegram webhook mode, and Exa as a search backend.
Why it matters
Profiles eliminate the parallel-install / version-drift problem that comes with running Hermes across multiple roles. MCP Server Mode flips Hermes from a consumer of MCP to also a producer, so its skill history becomes queryable context for the AI tools you already use day to day. Official Docker reduces VPS deploy friction from Python environment plus systemd plus dependency pinning down to a single docker run. Ordered fallback provider chains move resiliency from per-call retry logic into the framework itself.
What to watch for
Profiles migration is opt-in: existing single-install configs continue to work as a default profile, so upgrades are non-breaking. Validate the ordered fallback chain against an induced primary outage before relying on it in production. Confirm that any MCP clients (Claude Desktop, Cursor, VS Code, Windsurf) you intend to query Hermes from are on a version that supports the transports you expose.
Who this matters for
- Developers: MCP Server Mode exposes Hermes sessions as queryable context to Claude Desktop, Cursor, and VS Code. Ordered fallback provider chain prevents single-provider outages from taking down your agent. Official Docker container makes VPS deploys a 30-second ship.
Harsh’s take
Profiles is the feature that changes what Hermes is good for. Previously, running multiple Hermes agents (one for personal, one for work, one for a specific project) meant multiple installs, separate configs, and version drift. With profiles, it is one install, many isolated instances, all updated together. For anyone running Hermes for more than one purpose, this is the deployment model that actually scales without operational drift.
MCP Server Mode is the strategic move. By exposing Hermes as an MCP server, your agent's session history and skills become queryable from Claude Desktop, Cursor, VS Code, and any other MCP client. This flips Hermes from being an island (valuable only when you use it directly) to being infrastructure (valuable across every tool you already use). Official Docker plus ordered fallback provider chains close the gap between hobby self-host and production deployment posture.
by Harsh Desai
About Hermes Agent
View the full Hermes Agent page →All Hermes Agent updatesMore AI news
- Daily RoundupVercel Sandbox drives, Gemma 4 QAT, and NVIDIA models trending on Hugging Face (agent tools today)
Vendors added persistent storage and quantized models while new text-to-speech and image models appeared on Hugging Face and Fal, with fresh agent tools listed on Product Hunt.
- Weekly DigestCursor enterprise orgs, Claude Code Bedrock auto mode, Codex Sites preview for quick deploys
Cursor added team management and design tools while Claude Code and Codex rolled out cloud integrations, safety checks, and deployment features across CLI and apps from 29 May to 5 June 2026.
- Daily RoundupGemini for Education hits Utah K-12, Nemotron 3 Ultra on Vercel, and agent workspaces from Product Hunt
Google expanded Gemini access in schools and infrastructure while Nvidia and Vercel enabled heavier agent models, and Product Hunt surfaced new local and collaborative agent tools.