Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort to run the server on3000
APP_URLNoPublic base URL; used in billing linkshttp://localhost:3000
NODE_ENVNoSet to production on Railway or during live deploymentdevelopment
LOG_LEVELNoLog level (info or error)info
DATABASE_URLNoPostgreSQL connection string (required in production, though scoring works without it locally)
MAX_JD_CHARSNoJob description character limit15000
BCRYPT_ROUNDSNobcrypt cost factor for key hashing10
ANTHROPIC_MODELNoModel for scoringclaude-sonnet-4-20250514
MAX_RESUME_CHARSNoResume character limit15000
ANTHROPIC_API_KEYYesAnthropic API key
STRIPE_SECRET_KEYNoStripe secret key (sk_test_... or sk_live_...)
RATE_LIMIT_ENABLEDNoSet false to disable rate limitingtrue
RATE_LIMIT_PER_DAYNoRolling per-day limit per key500
CREDITS_BUNDLE_SIZENoCredits per purchase100
CREDITS_EXPIRY_DAYSNoDays before credits expire180
ANTHROPIC_TIMEOUT_MSNoAnthropic API timeout in ms25000
RATE_LIMIT_CONCURRENTNoMax in-flight requests per key5
RATE_LIMIT_PER_MINUTENoRolling per-minute limit per key30
STRIPE_WEBHOOK_SECRETNoStripe webhook signing secret (whsec_...)
IDEMPOTENCY_TTL_SECONDSNoIdempotency cache TTL in seconds86400
STRIPE_PRICE_LOOKUP_KEYNoStripe price lookup keycredits_100

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/Spaceghost99/hrmcp-server'

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