Skip to main content
Glama

SAGE-MCP

by david-strejc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_DBNoRedis database number0
REDIS_URLNoRedis connection for memoryredis://localhost:6379/0
XAI_API_KEYNoxAI (Grok) API key
DEFAULT_MODELNoDefault model (auto for automatic selection)auto
MAX_FILE_SIZENoMaximum file size in bytes (5MB)5242880
ALLOWED_MODELSNoComma-separated list of allowed models
BLOCKED_MODELSNoBlocked models (any provider)
CUSTOM_API_KEYNoCustom API key (if required)
CUSTOM_API_URLNoCustom/Ollama API endpoint
FALLBACK_MODELNoFallback model for errors
GEMINI_API_KEYNoGoogle Gemini API key
GOOGLE_API_KEYNoGoogle Gemini API key (alternative name)
OPENAI_API_KEYNoOpenAI API key
DEFAULT_PROVIDERNoDefault AI providerauto
MAX_TOKENS_GPT4ONoMaximum tokens for GPT-4O128000
TEMPERATURE_CHATNoChat mode temperature0.5
TEMPERATURE_PLANNoPlan mode temperature0.4
TEMPERATURE_TESTNoTest mode temperature0.2
ANTHROPIC_API_KEYNoAnthropic Claude API key
DISALLOWED_MODELSNoComma-separated list of disallowed models
MAX_TOKENS_CLAUDENoMaximum tokens for Claude200000
TEMPERATURE_DEBUGNoDebug mode temperature0.1
TEMPERATURE_THINKNoThink mode temperature0.7
WEBSEARCH_ENABLEDNoEnable web searchtrue
OPENROUTER_API_KEYNoOpenRouter API key
TEMPERATURE_REVIEWNoReview mode temperature0.3
FILE_SECURITY_CHECKNoValidate file pathstrue
TEMPERATURE_ANALYZENoAnalyze mode temperature0.2
AUTO_MODEL_SELECTIONNoSmart model selectiontrue
TEMPERATURE_REFACTORNoRefactor mode temperature0.3
GOOGLE_ALLOWED_MODELSNoAllowed Google models
MCP_PROMPT_SIZE_LIMITNoMCP transport limit50000
OPENAI_ALLOWED_MODELSNoAllowed OpenAI models
MAX_CONVERSATION_TURNSNoMaximum turns per conversation20
MAX_THINKING_TOKENS_O1NoMaximum thinking tokens for O1100000
DISABLED_MODEL_PATTERNSNoDisable models by pattern
ANTHROPIC_ALLOWED_MODELSNoAllowed Anthropic models
CONVERSATION_TIMEOUT_HOURSNoConversation timeout in hours3

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/david-strejc/sage-mcp'

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