native-mcp

Connect external MCP server tools within the Hermes Agent environment.

Updated May 13, 2026
One-click install
npx skills add https://github.com/skkeoriw/hermes-brain --skill native-mcp-skkeoriw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/skkeoriw/hermes-brain/tree/main/brain/hermes-home/skills/mcp/native-mcp
Command: npx skills add https://github.com/skkeoriw/hermes-brain --skill native-mcp-skkeoriw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables the seamless integration of external tools and capabilities (filesystem access, GitHub, databases, APIs) into the Hermes Agent, allowing for a broader range of functionalities and operations.

Core Features & Use Cases

  • MCP Tools Integration: Connect to MCP servers and utilize their tools directly within Hermes Agent.
  • Local and Remote Server Support: Run both local stdio-based MCP servers and remote HTTP/StreamableHTTP MCP servers.
  • Tool Auto-Discovery: Tools from MCP servers are automatically discovered and available without additional configuration.
  • Use Case: Enhance Hermes Agent with external services like time synchronization, filesystem access, or API calls, enabling a more powerful and versatile AI agent.

Quick Start

Add a new MCP server configuration in ~/.hermes/config.yaml and restart Hermes Agent to start using its tools.

Frequently Asked Questions about native-mcp

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

FAQPage Schema
How do I integrate external tools and APIs into Hermes Agent?

To integrate external tools and APIs into Hermes Agent, add a server configuration to `~/.hermes/config.yaml` and restart. This connects the agent to MCP servers, enabling capabilities like filesystem access and time synchronization.

What is MCP tool auto-discovery and how does it work with remote servers?

MCP tool auto-discovery automatically detects and loads tools from MCP servers without manual configuration. It supports both local stdio-based servers and remote HTTP/StreamableHTTP servers, making external services available directly within Hermes Agent.

Do I need the MCP package installed to use external tools in Hermes Agent?

Yes, you need the MCP package installed to use external tools in Hermes Agent. Proper installation of the MCP package and a correct configuration file setup in `~/.hermes/config.yaml` are required to connect and utilize external services.

Can I connect to remote HTTP MCP servers using this integration?

Yes, you can connect to remote HTTP MCP servers. The integration supports both local stdio-based MCP servers and remote HTTP/StreamableHTTP MCP servers, allowing flexible deployment and access to external tools and APIs.

What types of external services can I connect to Hermes Agent using MCP?

Using MCP, you can connect external services like filesystem access, GitHub, databases, and APIs to Hermes Agent. This enables a broader range of functionalities, including time synchronization and direct API interactions.

How do I configure a new MCP server for Hermes Agent?

To configure a new MCP server for Hermes Agent, add the server configuration details to `~/.hermes/config.yaml` and restart Hermes Agent. Once restarted, the tools from the MCP server are automatically discovered and ready to use.