native-mcp

Connect to MCP servers and register their tools via stdio and HTTP transports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/travelinman1013/leroys-agent --skill native-mcp-travelinman1013
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/travelinman1013/leroys-agent/tree/main/skills/mcp/native-mcp
Command: npx skills add https://github.com/travelinman1013/leroys-agent --skill native-mcp-travelinman1013

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Agent needs to interact with MCP servers to access their tools; this Skill provides a built-in MCP client that connects to MCP servers, discovers available tools, and registers them into Hermes for seamless use across platforms.

Core Features & Use Cases

  • Auto-discovery of MCP servers at startup and automatic tool registration
  • Unified access to MCP tools across stdio and HTTP transports
  • Easy configuration of multiple MCP servers via ~/.hermes/config.yaml

Quick Start

Configure MCP servers in ~/.hermes/config.yaml and restart Hermes to auto-discover and register their tools at startup.

Frequently Asked Questions about native-mcp

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

FAQPage Schema
How do I connect MCP servers and discover tools in Hermes Agent?▼

MCP tool discovery works by establishing connections to configured MCP servers during Hermes Agent startup. The built-in client connects via stdio and HTTP transports, retrieves available tools, and registers them for seamless use.

How do I configure multiple MCP servers for tool auto-discovery?▼

To configure multiple MCP servers for tool auto-discovery, add mcp_servers entries to your ~/.hermes/config.yaml file. Upon restarting Hermes, the agent automatically connects to all listed servers and registers their tools.

Do I need the MCP SDK to auto-discover tools from MCP servers?▼

Yes, you need the MCP SDK installed to enable tool auto-discovery from MCP servers. The Skill acts as a built-in MCP client that relies on the SDK to establish connections and register tools within Hermes Agent.

What is the best way to integrate MCP tools across stdio and HTTP transports?▼

The best way to integrate MCP tools across stdio and HTTP transports is using a unified MCP client. This approach auto-discovers servers at startup, handles both transport protocols, and registers tools directly into your agent configuration.