native-mcp

Connect to MCP servers and register their tools into the Hermes Agent.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/DifanaDAP/hermes-backup --skill native-mcp-difanadap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/DifanaDAP/hermes-backup/tree/main/workspace/skills/mcp/native-mcp
Command: npx skills add https://github.com/DifanaDAP/hermes-backup --skill native-mcp-difanadap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to connect to MCP servers and use their tools directly within the Hermes Agent, eliminating the need for a bridge CLI and providing seamless integration of external capabilities.

Core Features & Use Cases

  • MCP Server Connectivity: Connect to both local and remote MCP servers.
  • Tool Discovery & Registration: Automatically discover and register tools from MCP servers.
  • Use Case: For example, you can use this Skill to connect to a remote HTTP/StreamableHTTP MCP server to access external APIs and databases directly from the Hermes Agent.

Quick Start

Add MCP servers to ~/.hermes/config.yaml and restart Hermes Agent. Then, use the tools naturally by asking the agent to perform actions like 'get current time'.

Frequently Asked Questions about native-mcp

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

FAQPage Schema
How do I connect an MCP server to the Hermes Agent?

To connect an MCP server to the Hermes Agent, add the server configuration to your ~/.hermes/config.yaml file and restart the agent. This handles both stdio and HTTP transport types for seamless external tool access.

What is MCP server tool discovery and how does it work with Hermes?

MCP server tool discovery automatically identifies and registers external tools from connected servers into the Hermes Agent's toolset. This eliminates the need for a bridge CLI, allowing direct integration of external capabilities.

Can I use remote HTTP MCP servers with the Hermes Agent?

Yes, the Hermes Agent supports connectivity to remote HTTP and StreamableHTTP MCP servers. This allows you to access external APIs and databases directly through the agent's integrated toolset.

Do I need a bridge CLI to access external tools from the Hermes Agent?

No, you do not need a bridge CLI to access external tools. This Skill connects directly to Model Context Protocol servers and integrates their tools natively into the Hermes ecosystem for automated access.

What are the supported transport types for Model Context Protocol servers?

The supported transport types for Model Context Protocol servers are stdio and HTTP. This allows the Hermes Agent to connect to both local and remote servers for automated external tool integration.

How do I use tools from an MCP server after connecting it to Hermes?

After adding the MCP server to your config.yaml and restarting Hermes, you use the registered tools naturally. Simply ask the agent to perform actions, such as requesting it to get the current time from the external server.