native-mcp

Connect Hermes Agent to MCP servers and auto-discover their tools.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill native-mcp-monjyu1101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/Monjyu1101/AiDiy2026/tree/main/backend_hermes/skills/mcp/native-mcp
Command: npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill native-mcp-monjyu1101

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Agent's built-in MCP client resolves the gap by automatically connecting to MCP servers at startup, discovering available tools, and exposing them as first-class capabilities alongside built-in commands.

Core Features & Use Cases

  • Auto-connects to MCP servers and auto-discovers tools for Hermes Agent
  • Registers MCP tools in Hermes toolsets, enabling seamless cross-server integrations
  • Supports both stdio and HTTP MCP transports for flexible server configurations

Quick Start

Configure Hermes to auto-discover MCP tools by adding MCP servers to your config and restarting Hermes.

Frequently Asked Questions about native-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-discover MCP tools in Hermes Agent?

To auto-discover MCP tools in Hermes Agent, add the desired MCP servers to your configuration file and restart Hermes to trigger startup discovery and tool registration.

What is MCP auto-discovery and how does it work?

MCP auto-discovery connects to MCP servers at startup, discovers available tools, and exposes them as first-class capabilities alongside built-in Hermes Agent commands.

Does Hermes Agent support both stdio and HTTP MCP transports?

Yes, Hermes Agent supports both stdio and HTTP MCP transports, allowing flexible server configurations for integrating MCP tools into its toolsets.

How do I register MCP tools as first-class tools in Hermes conversations?

MCP tools are registered as first-class tools by auto-injecting them into all Hermes toolsets during startup discovery, making them available across Hermes conversations.

Can I integrate multiple MCP servers into a single Hermes toolset?

Yes, this skill enables seamless cross-server integrations by registering tools from multiple configured MCP servers into the unified Hermes Agent toolset.

Why are my configured MCP tools not showing up in Hermes?

If MCP tools are not showing up in Hermes, ensure the MCP servers are correctly added to your configuration and that Hermes has been restarted to trigger startup discovery.