Skip to main content
Glama
.env.example1.42 kB
# SelfMemory MCP Server Configuration # Copy this file to .env and configure for your deployment # ============================================================================= # MODE CONFIGURATION # ============================================================================= SELFMEMORY_PLATFORM_MODE=true # ============================================================================= # MCP SERVER SETTINGS # ============================================================================= MCP_SERVER_PORT=5055 MCP_SERVER_HOST=0.0.0.0 # ============================================================================= # PLATFORM MODE SETTINGS (when SELFMEMORY_PLATFORM_MODE=true) # ============================================================================= SELFMEMORY_API_HOST=http://selfmemory-server:8081 MONGODB_URI=mongodb://mongo:27017/selfmemory # ============================================================================= # OPEN SOURCE MODE SETTINGS (when SELFMEMORY_PLATFORM_MODE=false) # ============================================================================= OLLAMA_BASE_URL=http://ollama:11434 EMBEDDING_MODEL=nomic-embed-text QDRANT_HOST=qdrant QDRANT_PORT=6333 # ============================================================================= # OPTIONAL: OPENAI CONFIGURATION (alternative to Ollama) # ============================================================================= OPENAI_API_KEY=

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/shrijayan/SelfMemory'

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