Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EMAIL_FROMNoVerified Resend sender for OTP and invitation emails (e.g. Skills Board <login@your-verified-domain.com>).
DATABASE_URLYesPostgreSQL connection string used by the application; Neon may use the pooled URL here.
GITHUB_TOKENNoRaises GitHub API rate limits for metadata and ZIP downloads.
RESEND_API_KEYNoSends sign-in OTP and team invitation emails through Resend.
BETTER_AUTH_URLNoPublic application origin; use http://localhost:3000 locally.
VERCEL_OIDC_TOKENNoSupplied automatically by Vercel for the optional skills.sh catalog.
BETTER_AUTH_SECRETYesSecret used to sign and encrypt authentication data.
EMAIL_PRIVACY_SECRETNoAt least 32 random bytes encoded as base64 or hex; the dedicated root for email hashes and encrypted unsubscribe links. Local/self-hosted environments can fall back to a domain-separated key derived from BETTER_AUTH_SECRET.
DATABASE_URL_UNPOOLEDNoDirect PostgreSQL connection used by Drizzle migrations. It can match DATABASE_URL for local, non-pooled Postgres.
RESEND_WEBHOOK_SECRETNoVerifies Resend bounce, complaint, suppression, and unsubscribe webhooks.
EMAIL_PRIVACY_SECRET_PREVIOUSNoJSON array of retained base64/hex roots used for dual-hash suppression lookup and unsubscribe-token decryption. A prior root cannot be removed while retained records still depend on it.

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/TommyBez/skillsboard'

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