Heym
Officialby heymrun
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SECRET_KEY | Yes | JWT signing key (required, no default) | |
| BACKEND_PORT | No | Backend server port | 10105 |
| DATABASE_URL | No | Optional database connection string override. If not provided, auto-built from POSTGRES_* variables. | |
| FRONTEND_PORT | No | Frontend server port | 4017 |
| POSTGRES_HOST | No | Database host used when DATABASE_URL is empty | localhost |
| POSTGRES_PORT | No | Database port used when DATABASE_URL is empty | 6543 |
| ALLOW_REGISTER | No | Enable user registration | true |
| ENCRYPTION_KEY | Yes | Encryption key for secrets (required, no default) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculator | Calculates given numbers |
| website_loader | loads any given web url using Jina |
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
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/heymrun/heym'
If you have feedback or need assistance with the MCP directory API, please join our Discord server