Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HEARTH_DBNoSQLite database path.
HEARTH_HOSTNoServer bind host. Default is 127.0.0.1.127.0.0.1
HEARTH_PORTNoServer bind port. Default is 8787.8787
HEARTH_MEDIANoAudio folder path.
HEARTH_LLM_MODELNoOptional model name for the LLM host.
HEARTH_SMTP_FROMNoSMTP from address.
HEARTH_SMTP_HOSTNoSMTP host for enabling email notifications to contacts with channel=email.
HEARTH_SMTP_PASSNoSMTP password.
HEARTH_SMTP_PORTNoSMTP port.
HEARTH_SMTP_USERNoSMTP username.
HEARTH_PUBLIC_URLNoPublic HTTPS base URL. Setting it turns on OAuth for /mcp and the account-linking page.
HEARTH_LLM_API_KEYNoOptional API key for the LLM host.
HEARTH_LLM_BASE_URLNoOptional base URL to run the simulator with a real LLM host over any OpenAI-compatible endpoint.
HEARTH_OAUTH_CLIENT_IDNoThe fixed client ID Alexa+ uses (from the developer console).
HEARTH_WATCHDOG_SECONDSNoLadder evaluation interval in seconds. Default is 60.60
HEARTH_OAUTH_CLIENT_SECRETNoThe fixed client secret Alexa+ uses (from the developer console).
HEARTH_OAUTH_REDIRECT_URISNoComma-separated Alexa account-linking redirect URIs; any Amazon /api/skill/link/ URI is also accepted.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/MccForge/hearth'

If you have feedback or need assistance with the MCP directory API, please join our Discord server