Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BASE_URLNoThe base URL of the server, used for constructing OAuth redirect URIs and metadata (defaults to localhost if not set).
TOKEN_ENC_KEYNoA base64 encoded 32-byte key used for AES-256-GCM encryption of stored tokens. If not set, it may be auto-generated and stored locally.
NOTION_VERSIONNoThe Notion API version to use for requests.2025-09-03
NOTION_CLIENT_IDYesThe Client ID of your Notion public integration.
STATE_SIGNING_KEYNoA random secret used for HMAC signing of OAuth state parameters. If not set, it may be auto-generated and stored locally.
TOKEN_ENC_KEY_FILENoOptional path to a file containing the TOKEN_ENC_KEY.
NOTION_CLIENT_SECRETYesThe Client Secret of your Notion public integration.
ALLOWED_REDIRECT_URISYesA comma-separated list of allowed redirect URIs for your MCP client.
STATE_SIGNING_KEY_FILENoOptional path to a file containing the STATE_SIGNING_KEY.

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/edenking0621-png/MCP'

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