Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_PROVIDERNoThe LLM provider to use. Can be 'ollama' or 'openai'.ollama
OLLAMA_MODELNoThe model name to use when LLM_PROVIDER is set to 'ollama'.llama2
OPENAI_MODELNoThe model name to use when LLM_PROVIDER is set to 'openai'.
OPENAI_API_KEYNoThe API key required for OpenAI when LLM_PROVIDER is set to 'openai'.
OLLAMA_BASE_URLNoThe base URL for the Ollama local LLM backend.http://localhost:11434
UPLOAD_MAX_FILESNoThe maximum number of files allowed per assessment upload.10
CHROMA_PERSIST_DIRNoThe absolute or relative path to the directory where the Chroma vector database will persist its data../data/chroma
UPLOAD_MAX_FILE_SIZE_MBNoThe maximum allowed file size for document uploads in megabytes.50

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/arthurpanhku/arthor-agent'

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