Skip to content
Giant Antique Postage Stamp style editorial illustration for the news article: Hermes Agent v0.6.0 Ships Profiles, MCP Mode, Docker Container

Hermes Agent v0.6.0 Ships Profiles, MCP Mode, Docker Container

By Harsh Desai
Share

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.

Harshs 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

Source:github.com

About Hermes Agent

View the full Hermes Agent page →All Hermes Agent updates

More AI news

Everything AI. One email.
Every Monday.

New tools. Model launches. Plugins. Repos. Tactics. The moves the sharpest builders are making right now, before everyone else.

No spam. Unsubscribe anytime.