native-mcp

Connect to MCP servers and register discovered tools as native Hermes Agent tools.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill native-mcp-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/skills/mcp/native-mcp
Command: npx skills add https://github.com/jacardl/New-Radar --skill native-mcp-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connects to MCP servers, discovers available tools, and registers them as native Hermes Agent tools to enable seamless tool usage across conversations.

Core Features & Use Cases

  • Auto-discovery of MCP tools from connected servers
  • Automatic tool registration into Hermes toolset with prefix mcp_
  • Supports stdio and HTTP transports with automatic reconnection
  • Zero-config tool injection for immediate availability

Quick Start

Start Hermes Agent after configuring MCP servers.

Frequently Asked Questions about native-mcp

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

FAQPage Schema
How do I auto-discover and register MCP tools for Hermes integration?

To achieve Hermes integration with MCP servers, this skill connects at startup, auto-discovers available tools, and registers them as native Hermes tools with the mcp_ prefix for immediate use in conversations.

What transports are supported for connecting MCP servers to Hermes?

Supported transports for connecting MCP servers include both stdio and HTTP, featuring automatic reconnection to maintain persistent access to external tooling during conversations.

Do I need the mcp Python package to use MCP servers with Hermes?

Yes, the optional mcp Python package is required to enable MCP server connections, allowing Hermes to discover external capabilities and inject them into the agent toolset.

How does security filtering work for MCP tool discovery?

Security filtering is applied during the MCP tool discovery process to ensure only authorized external tools are registered as native Hermes Agent tools, maintaining secure access across conversations.

Can I extend Hermes with external capabilities without manual configuration?

Yes, you can extend Hermes with external capabilities using zero-config tool injection, which automatically discovers and registers MCP server tools without requiring manual setup.