Skip to main content
Glama
maxinedotdev

Saga

by maxinedotdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AI_MODELNoAI model name
MCP_BASE_DIRNoBase directory for data storage~/.saga
MCP_HTTP_HOSTNoHTTP host for httpStream transport127.0.0.1
MCP_HTTP_PORTNoHTTP port for httpStream transport8080
MCP_TRANSPORTNoTransport mode: stdio or httpStreamstdio
MCP_AI_API_KEYNoAPI key for AI provider
MCP_AI_BASE_URLNoBase URL for AI provider (enables search_documents_with_ai)
MCP_HTTP_PUBLICNoSet to 'true' to bind to 0.0.0.0 (public)
MCP_LOG_TO_FILENoSet to 'true' to enable file logging to ~/.saga/logs/
MCP_HTTP_ENDPOINTNoHTTP endpoint for httpStream transport/mcp
MCP_HTTP_STATELESSNoHTTP stateless mode (set 'false' for session mode)true
MCP_EMBEDDING_MODELNoEmbedding model name
MCP_EMBEDDING_BASE_URLYesRequired: Base URL for the embedding API

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/maxinedotdev/saga'

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