Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TOKENYesBearer token required to access the MCP endpoint. Generate with `openssl rand -hex 32`.
AUTH_SECRETYesSecret for NextAuth. Generate with `openssl rand -base64 32`.
DATABASE_URLYesPostgres connection string (e.g., Neon, Supabase, Vercel Postgres, or local).
ALLOWED_EMAILSYesComma-separated list of allowed email addresses. Only these can log in and are used by the MCP server.
AUTH_GOOGLE_IDYesGoogle OAuth client ID. Required for login.
AUTH_GOOGLE_SECRETYesGoogle OAuth client secret.

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/yunxingl/mcp_remote_sandbox'

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