native-mcp

Connect Hermes Agent to MCP servers via stdio or HTTP transport.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill native-mcp-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/mcp/native-mcp
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill native-mcp-brilly-bohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a seamless way to connect to MCP servers and use their tools directly within Hermes Agent, eliminating the need for a bridge CLI and allowing for enhanced capabilities and integrations.

Core Features & Use Cases

  • MCP Server Connectivity: Connect to both local and remote MCP servers using stdio or HTTP transport.
  • Tool Registration: Automatically register discovered tools with the prefix mcp_, making them available across all conversations.
  • Use Case: Use this Skill to connect to an external API server for filesystem access, GitHub, databases, or any other tool provided by an MCP server.

Quick Start

Use the native-mcp skill to connect to the 'time' server and get the 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 Hermes Agent to external MCP servers?

To connect Hermes Agent to MCP servers, use the native-mcp skill to establish server connectivity via stdio or HTTP transport, enabling direct tool integration without requiring a bridge CLI.

Can I use both stdio and HTTP transport types for MCP tool integration?

Yes, MCP tool integration through the native-mcp skill supports both stdio and HTTP transport types, allowing you to connect to local and remote MCP servers for tool discovery and registration.

How are discovered MCP tools registered and made available in conversations?

Discovered MCP tools are automatically registered with the prefix `mcp_` and integrated into the Hermes Agent toolset, making them available for use across all conversations.

Do I need a bridge CLI to use external tools from MCP servers in Hermes Agent?

No, you do not need a bridge CLI. The native-mcp skill provides a seamless way to connect to MCP servers and use their external tools directly within Hermes Agent.

What external tools can I connect to using the MCP protocol in Hermes Agent?

Using the MCP protocol, you can connect to external tool servers for filesystem access, GitHub, databases, or any other tool provided by an MCP server and integrate them into your agent toolset.