Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNoDatabase host for PostgreSQL, MySQL, etc. Used in datasource YAML files with environment variable references like ${DB_HOST}.
DB_NAMENoDatabase name. Used in datasource YAML files with environment variable references like ${DB_NAME}.
DB_PORTNoDatabase port (e.g., 5432 for PostgreSQL, 3306 for MySQL). Used in datasource YAML files with environment variable references.
DB_USERNoDatabase username. Used in datasource YAML files with environment variable references like ${DB_USER}.
DB_PASSWORDNoDatabase password. Used in datasource YAML files with environment variable references like ${DB_PASSWORD}.
DATABASE_URLNoAlternative to individual DB_* variables: a full database connection URL (e.g., postgresql://user:password@host:port/database). Can be used in datasource YAML files with environment variable references.

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/MotleyAI/slayer'

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