native-mcp

Connect Hermes Agent to local and remote MCP servers with auto-discovery of tools.

1|Updated May 19, 2026
One-click install
npx skills add https://github.com/justinsensei/apollo-backup --skill native-mcp-justinsensei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/justinsensei/apollo-backup/tree/main/skills/mcp/native-mcp
Command: npx skills add https://github.com/justinsensei/apollo-backup --skill native-mcp-justinsensei

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The native-mcp skill solves the problem of integrating external tools and services into Hermes Agent for enhanced functionality and automation.

Core Features & Use Cases

  • MCP Server Integration: Connect to MCP servers and use their tools directly from Hermes Agent.
  • External Tool Utilization: Leverage filesystem access, GitHub, databases, and APIs via MCP.
  • Local and Remote Servers: Run local stdio-based MCP servers or connect to remote HTTP/StreamableHTTP MCP servers.
  • Auto-Discovery: MCP tools are automatically discovered and made available in every conversation.

Quick Start

Add MCP servers to ~/.hermes/config.yaml and restart Hermes Agent.

Frequently Asked Questions about native-mcp

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

FAQPage Schema
How do I connect Hermes Agent to external tools and services?

To connect Hermes Agent to external tools and services, you use the native-mcp skill to link the agent to MCP servers. This integration enables direct utilization of filesystems, databases, and APIs for enhanced automation.

What is MCP server integration for agent automation?

MCP server integration is the process of linking an agent to Model Context Protocol servers to utilize external tools. It allows the agent to automatically discover and use local or remote services for enhanced functionality.

How do I configure MCP servers for auto-discovery in Hermes Agent?

To configure MCP servers for auto-discovery, add your server definitions to the `~/.hermes/config.yaml` file and restart Hermes Agent. The agent will automatically discover and make the MCP tools available in every conversation.

Can I use remote HTTP MCP servers with Hermes Agent?

Yes, you can use remote HTTP MCP servers with Hermes Agent. The native-mcp skill supports connecting to both local stdio-based servers and remote HTTP or StreamableHTTP MCP servers for tool utilization.

Does Hermes Agent support filesystem and database access via MCP?

Yes, Hermes Agent supports filesystem and database access via MCP. By connecting to MCP servers, the agent leverages external tools including filesystem access, GitHub, databases, and APIs for enhanced automation.

What are the limitations of using MCP for external tool integration?

MCP external tool integration requires adding servers to `~/.hermes/config.yaml` and restarting the agent to apply changes. It relies on the MCP protocol, meaning tool availability depends entirely on the connected local or remote servers.