What problem does it solve?
This Skill simplifies connecting to and using MCP (Model Context Protocol) servers, enabling Hermes Agent to leverage external tools for expanded capabilities.
Core Features & Use Cases
- MCP Server Connection: Connects to MCP servers automatically upon Hermes Agent startup.
- Tool Discovery: Discovers and registers tools available on MCP servers.
- Integration: Integrates these tools into Hermes Agent, making them callable as if they were built-in.
- Use Case: If you need access to additional tools such as a time server, filesystem access, or GitHub API within Hermes Agent, this skill can make it possible.
Quick Start
Configure MCP servers in your ~/.hermes/config.yaml and restart Hermes Agent. For example, to use a time server:
mcp_servers:
time:
command: "uvx"
args: ["mcp-server-time"]
Restart Hermes Agent and you can now use the mcp_time_get_current_time tool within conversations.