| name | hermes-native-mcp |
| description | Configure and use Hermes Agent's built-in MCP client for stdio and HTTP MCP servers, including testing, troubleshooting, and TLS trust fixes for internal HTTPS endpoints. |
| version | 1.0.0 |
| author | AstroAgent / AIP |
| license | MIT |
| metadata | {"hermes":{"tags":["mcp","hermes","infrastructure","tools","http","stdio"],"category":"infrastructure","related_skills":["docs-mcp-at-aip","mcporter-cli","hermes-api-server"]}} |
Hermes Native MCP
When to Use
Use this skill when configuring Hermes Agent to connect to MCP servers directly so their tools appear natively in conversations.
Typical cases:
- add a new MCP server to Hermes
- connect to HTTP/StreamableHTTP MCP endpoints
- connect to local stdio MCP servers
- troubleshoot why MCP tools are missing
- fix TLS trust issues for internal HTTPS MCP servers
Procedure
1. Check prerequisites
python3 - <<
import importlib.util
(, importlib.util.find_spec() is not None)
PY
-v npx ||
-v uvx ||