Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HERMES_API_KEYNoCredential. Setting it alone turns on bearer auth.
HERMES_TIMEOUTNoPer-request timeout in seconds. Default: 30.
HERMES_BASE_URLYesRequired. Root URL of the deployment, e.g. https://hermes.example.com.
HERMES_READ_ONLYNoBlocks every tool that changes the deployment. Default: false.
HERMES_AUTH_STYLENobearer, header, query, or none. Default is bearer when a key is set, else none.
HERMES_VERIFY_TLSNoSet false only for a self-signed staging host. Default: true.
HERMES_ROUTES_FILENoJSON 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_HEADERSNoStatic headers, Name: value per line. Useful for Cloudflare Access.
HERMES_MCP_TRANSPORTNostdio, http, or sse. Default: stdio.
HERMES_API_KEY_HEADERNoHeader (or query parameter) name when style is header/query. Default: X-API-Key.
HERMES_MAX_RESPONSE_CHARSNoTruncation ceiling. Default: 20000.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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