hermes-mcp
by Stratfiy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HERMES_API_KEY | No | Credential. Setting it alone turns on bearer auth. | |
| HERMES_TIMEOUT | No | Per-request timeout in seconds. Default: 30. | |
| HERMES_BASE_URL | Yes | Required. Root URL of the deployment, e.g. https://hermes.example.com. | |
| HERMES_READ_ONLY | No | Blocks every tool that changes the deployment. Default: false. | |
| HERMES_AUTH_STYLE | No | bearer, header, query, or none. Default is bearer when a key is set, else none. | |
| HERMES_VERIFY_TLS | No | Set false only for a self-signed staging host. Default: true. | |
| HERMES_ROUTES_FILE | No | JSON file of route overrides. Individual overrides can also be set via HERMES_ROUTE_<NAME> environment variables, e.g. HERMES_ROUTE_STATUS='GET /v1/state'. | |
| HERMES_EXTRA_HEADERS | No | Static headers, Name: value per line. Useful for Cloudflare Access. | |
| HERMES_MCP_TRANSPORT | No | stdio, http, or sse. Default: stdio. | |
| HERMES_API_KEY_HEADER | No | Header (or query parameter) name when style is header/query. Default: X-API-Key. | |
| HERMES_MAX_RESPONSE_CHARS | No | Truncation ceiling. Default: 20000. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stratfiy/hermes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server