Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port.3000
NODE_ENVNoEnvironment mode (development | production).development
LOG_LEVELNoLogging level (trace | debug | info | warn | error).debug
JWT_SECRETYesSecurity - MUST be unique random value (32+ chars). Used for signing JWT tokens. Generate with: node -e "console.log(require('crypto').randomBytes(32).toString('base64'))"
CORS_ORIGINSNoAllowed CORS origins for the web console.http://localhost:3000
DATABASE_PATHNoPath to the SQLite database file../data/glasscloud.db
ENCRYPTION_KEYYesSecurity - MUST be unique random value (32+ chars). Used for AES-256-GCM encryption of OAuth tokens at rest. Generate with: node -e "console.log(require('crypto').randomBytes(32).toString('base64'))"
GOOGLE_CLIENT_IDNoGoogle OAuth Client ID from Google Cloud Console. Optional for dev, required for production.
GOOGLE_CALLBACK_URLNoGoogle OAuth callback URL.http://localhost:3000/auth/google/callback
GOOGLE_CLIENT_SECRETNoGoogle OAuth Client Secret from Google Cloud Console. Optional for dev, required for production.

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/jerryliu816/glasscloud'

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