Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_PROVIDER_URLNoURL of the LLM provider for the streaming PII guardrail (Task 3). Defaults to the mock provider.
PRIMARY_MODEL_URLNoURL of the primary model provider for the rate limiter and fallback router (Task 4).
RATE_LIMIT_DB_PATHNoPath to the on-disk SQLite database for rate limit storage. Defaults to ./data/task4-rate-limits.sqlite.
PROVIDER_TIMEOUT_MSNoTimeout for provider calls in milliseconds (Task 4).
SECONDARY_MODEL_URLNoURL of the secondary model provider used for fallback (Task 4).
LLM_PROVIDER_API_KEYNoAPI key for the LLM provider, if required (Task 3).
RATE_LIMIT_WINDOW_MSNoLength of the rolling rate-limit window in milliseconds. Defaults to 60000.
PRIMARY_MODEL_API_KEYNoAPI key for the primary model provider (Task 4).
TOKEN_LIMIT_PER_MINUTENoPer-tenant token limit in a rolling 60-second window. Defaults to 50000.
SECONDARY_MODEL_API_KEYNoAPI key for the secondary model provider (Task 4).

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/fridayyy3000/mcpguard'

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