Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug modefalse
LOG_LEVELNoLogging levelINFO
REDIS_URLNoRedis connection URLredis://localhost:6379/0
SERVER_HOSTNoServer host addresslocalhost
SERVER_PORTNoServer port8000
REDIS_ENABLEDNoEnable Redis backendfalse
EMBEDDING_MODELNoEmbedding model nametext-embedding-3-small
MAX_RAG_RESULTSNoMaximum number of RAG search results10
EMBEDDING_API_KEYNoAPI key for embedding service
EMBEDDING_API_BASENoBase URL for embedding APIhttp://localhost:4000
EMBEDDING_PROVIDERNoEmbedding provider (api or local)api
MAX_MEMORY_ENTRIESNoMaximum number of memory entries10000
SQLITE_DATABASE_PATHNoPath to SQLite database file./data/synaptic.db
RAG_SIMILARITY_THRESHOLDNoSimilarity threshold for RAG search0.7
CHROMADB_PERSIST_DIRECTORYNoDirectory for ChromaDB persistence./data/chroma
DEFAULT_MEMORY_TTL_SECONDSNoDefault TTL for memories in seconds3600
MEMORY_CLEANUP_INTERVAL_SECONDSNoInterval for memory cleanup in seconds300

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/jvanmelckebeke/mcp-synaptic'

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