Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_SECRETNoA random secret used by the application.
ENVIRONMENTNoDeployment environment, e.g. production.
CORS_ORIGINSNoJSON array of allowed CORS origins.
DATABASE_URLNoPostgreSQL connection URL. Required for production; local development may use SQLite otherwise.
ALLOWED_HOSTSNoJSON array of allowed host names.
CLIENT_API_KEYSNoJSON object containing scoped client credentials.
PUBLIC_BASE_URLNoThe public base URL of the deployment, e.g. https://your-domain.
DEVELOPMENT_API_KEYNoA long random key for development/admin use only.
OAUTH_OWNER_USER_IDYesThe owner user ID that the TestGraph MCP integration should use.
OAUTH_CONNECTION_CODEYesA long random connection code used for the OAuth 2.1 Authorization Code + PKCE flow.
ENABLE_DEVELOPMENT_RESETNoSet to 'true' only to enable the development reset page; must be 'false' in public production.false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/BBCBasic/TestGraph'

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