native-mcp

Discover stdio and HTTP MCP servers and register their tools for Hermes Agent.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill native-mcp-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/mcp/native-mcp
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill native-mcp-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Agent needs to connect to MCP servers and expose their tools for use across conversations by discovering and registering them automatically.

Core Features & Use Cases

  • Auto-discovery of MCP servers at startup
  • Automatic tool registration into the Hermes registry for both stdio and HTTP MCP servers
  • Seamless tool availability across all Hermes platforms after startup
  • Simple configuration via mcp_servers in ~/.hermes/config.yaml

Quick Start

Start Hermes Agent with an MCP configuration to automatically discover MCP servers 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 auto-register MCP server tools in Hermes Agent?

To auto-register MCP server tools in Hermes Agent, start the agent with an MCP configuration. It automatically discovers stdio and HTTP servers at startup and exposes their tools across all Hermes platform toolsets using the mcp_<server>_<tool> naming convention.

How do I configure stdio and HTTP MCP servers for auto-discovery?

Configure stdio and HTTP MCP servers for auto-discovery by defining your server connections in the mcp_servers section of the ~/.hermes/config.yaml configuration file, which allows the Hermes Agent to automatically detect and register them upon startup.

Do I need the MCP SDK installed to connect Hermes Agent to MCP servers?

Yes, you need the MCP SDK installed to connect Hermes Agent to MCP servers. The auto-discovery and tool registration process relies on the SDK to bridge the Hermes platform with both stdio and HTTP MCP servers successfully.

What naming convention does Hermes Agent use for registered MCP tools?

Hermes Agent uses the mcp_<server>_<tool> naming convention for registered MCP tools, ensuring that tools discovered from both stdio and HTTP MCP servers are uniquely identified and exposed across all Hermes platform toolsets.

Does Hermes Agent support auto-discovery for both stdio and HTTP MCP servers?

Yes, Hermes Agent supports auto-discovery for both stdio and HTTP MCP servers. During startup, it automatically detects these server types from the configuration and registers their respective tools into the Hermes registry for seamless availability.