Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_MODELNoFor semantic judge (default: llama3.2)llama3.2
OLLAMA_API_KEYNoOptional bearer token for Ollama (sent as Authorization: Bearer …; never put secrets in the URL)
OLLAMA_BASE_URLNoFor semantic judge: origin only (default http://localhost:11434). Allowed hosts: localhost, 127.0.0.1, ::1, plus comma-separated OLLAMA_ALLOWED_HOSTS. No path, query, or userinfo. HTTP redirects to another host are not followed.http://localhost:11434
OLLAMA_URL_STRICTNoSet to 1 to reject names that resolve to private or link-local addresses (mitigates some SSRF/DNS cases)
SCP_QUARANTINE_DIRNoQuarantine storage path./scp_quarantine
SCP_SEMANTIC_JUDGENoSet to 1 to enable semantic judge globally
SCP_MAX_INPUT_CHARSNoMaximum string length for inspect, classify, sanitize, contain, and mask_secrets (default 2000000; hard ceiling 50000000)2000000
OLLAMA_ALLOWED_HOSTSNoOptional extra hostnames/IPs (comma-separated, case-insensitive) allowed for OLLAMA_BASE_URL
SCP_QUARANTINE_MAX_TOTAL_BYTESNoMax total on-disk bytes for all quarantine pairs under SCP_QUARANTINE_DIR (default 100 MiB)104857600
SCP_QUARANTINE_MAX_CONTENT_BYTESNoMax UTF-8 bytes per quarantined payload (default 1 MiB; hard cap 50 MiB)1048576
SCP_QUARANTINE_RETENTION_DAYS_ON_WRITENoIf set (positive int), delete quarantine entries whose .json is older than this many days before each new write
SCP_QUARANTINE_EVICT_OLDEST_ON_PRESSURENoWhen 1 (default), delete oldest-by-mtime entries if a new write would exceed the total cap; set 0 to fail with an error instead1

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/ManintheCrowds/SCP'

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