Browse latest
Tools & PlatformsMarkTechPost · June 11, 2026

Nous Research Ships Hermes Agent Profile Builder: Identity, Model, Skills, and MCP Servers in One Dashboard Flow

Nous Research has launched a Profile Builder for its Hermes Agent, streamlining the creation of distinct agent profiles through a single guided flow. This tool simplifies the configuration of an agent's identity, model, skills, and MCP servers, moving away from multiple command-line interface steps. Each profile creates an isolated agent with its own configuration, memory, and skills, enabling independent operation on a single machine.

Author: Morein.ai Editorial

Nous Research has introduced a new Profile Builder for its Hermes Agent, simplifying the setup of individual agent profiles. This tool consolidates the previously complex process of command-line interface (CLI) steps into a single, guided workflow. Users can now easily define an agent's identity, select its model and provider, choose built-in and optional skills, install skills from a hub, and attach Model Context Protocol (MCP) servers.

Hermes Agent is an open-source, self-improving agent developed by Nous Research, operational across CLI, desktop applications, and messaging platforms. The Profile Builder shifts the configuration process from terminal commands to a more user-friendly browser interface, making it accessible via a local web dashboard.

Each profile created is an isolated environment, functioning as a separate home directory. This isolation ensures that each agent has its own configuration (config.yaml, .env, SOUL.md), memory, sessions, skills, cron jobs, and state database. This design allows for the execution of multiple agents on a single machine without state conflicts, such as a coding agent and a research agent operating independently.

The dashboard, launched by running "hermes dashboard," opens locally, ensuring no data leaves the localhost by default. The builder mirrors the CLI's inputs, writing them directly into the profile's files. This integration means the builder does not replace the CLI but rather offers a lower-friction entry point, while the CLI remains essential for scriptable operations.

Skills are defined by SKILL.md files containing a name, description, and procedure, loaded only when required by a task to avoid bloat. MCP servers, on the other hand, expose external tools through the Model Context Protocol, supporting both HTTP and stdio servers. A Nous-approved catalog simplifies the installation of these servers.

This new Profile Builder significantly enhances the usability and efficiency of setting up and managing Hermes Agent profiles, making advanced AI agent deployment more accessible to a wider range of users.

Read original source

Related articles