Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_KEYNoLaravel application key (can be generated with php artisan key:generate)
API_BASE_URLNoAdminV2 backend API URL (e.g. https://admin-backend-api)
LLM_PROVIDERNoLLM provider to use: bedrock, openai, anthropic, openrouter, or ollama
OLLAMA_MODELNoOllama model name (default: llama3)llama3
OPENAI_MODELNoOpenAI model name (default: gpt-4o-mini)gpt-4o-mini
OPENAI_API_KEYNoOpenAI API key (required for openai provider)
ANTHROPIC_MODELNoAnthropic model name (default: claude-sonnet-4-20250514)claude-sonnet-4-20250514
OLLAMA_BASE_URLNoOllama server URL (default: http://localhost:11434)http://localhost:11434
OPENAI_BASE_URLNoAPI base URL for OpenAI (default: https://api.openai.com/v1)https://api.openai.com/v1
OPENROUTER_MODELNoOpenRouter model name (default: qwen/qwen-2.5-72b-instruct)qwen/qwen-2.5-72b-instruct
ANTHROPIC_API_KEYNoAnthropic API key (required for anthropic provider)
AWS_ACCESS_KEY_IDNoAWS access key (required for bedrock provider)
AWS_BEDROCK_MODELNoModel ID or inference profile ARN for Bedrock
AWS_BEDROCK_REGIONNoAWS region for Bedrock (default: us-east-1)us-east-1
OPENROUTER_API_KEYNoOpenRouter API key (required for openrouter provider)
OPENROUTER_BASE_URLNoAPI base URL for OpenRouter (default: https://openrouter.ai/api/v1)https://openrouter.ai/api/v1
AWS_SECRET_ACCESS_KEYNoAWS secret key (required for bedrock provider)

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/hensem/mcp'

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