What problem does it solve? Integrating external tools and services into an AI agent normally requires custom bridge code or manual CLI calls. This Skill lets you connect MCP servers directly to Hermes Agent so their tools are auto-discovered and callable in every conversation. ## Core Features & Use Cases - Automatic Tool Discovery: On startup, the agent connects to configured MCP servers, lists their tools, and registers them with a mcp_{server}_{tool} naming prefix. - Dual Transport Support: Run local stdio servers via npx or uvx commands, or connect to remote servers over HTTP/StreamableHTTP with custom headers. - Security Controls: Subprocess environments are filtered to safe baseline variables, and credential-like patterns are redacted from error messages shown to the LLM. - Use Case: Add a GitHub MCP server with a personal access token in ~/.hermes/config.yaml, restart the agent, and immediately ask it to list issues or create pull requests using the auto-registered mcp_github_* tools. ## Quick Start Add an MCP server entry under the mcp_servers key in ~/.hermes/config.yaml and restart the agent to make its tools available.