Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TRANSPORTNoMCP transport mode. Defaults to 'stdio' if not set. Other options may include 'http'.stdio
DEEPSEEK_MODELNoModel name to use, e.g., deepseek-chat or a local Ollama model like qwen2.5:14b.deepseek-chat
DEEPSEEK_API_KEYYesAPI key for DeepSeek LLM (required).
DEEPSEEK_BASE_URLNoBase URL for DeepSeek API. Can be changed to point to an Ollama OpenAI-compatible endpoint.https://api.deepseek.com
LEGACY_FILE_CONFIGNoSet to '1' to force legacy file-based configuration (YAML/JSON) instead of platform PostgreSQL (optional).0
PLATFORM_SECRET_KEYNoSecret key used for JWT signing in platform mode (optional, recommended if PLATFORM_DATABASE_URL is set).
BOOTSTRAP_ADMIN_USERNoInitial admin username for first-time platform setup (optional).
PLATFORM_DATABASE_URLNoPostgreSQL URL for the platform control plane (optional). If set, enables multi-enterprise platform mode.
BOOTSTRAP_ADMIN_PASSWORDNoInitial admin password for first-time platform setup (optional).

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/qq1014241423/10.mcp'

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