Skip to main content
Glama

MCP AI Memory

by scanadi
.env.example549 B
# MCP AI Memory Database Configuration - Update with your actual PostgreSQL credentials MEMORY_DB_URL="Your DB connection string" # Redis Configuration (optional, defaults to local) # REDIS_URL=redis://localhost:6379 # Embedding Model (768 dimensions) EMBEDDING_MODEL=Xenova/all-mpnet-base-v2 # Performance Settings MAX_EMBEDDING_CONCURRENCY=3 CACHE_TTL=86400 ENABLE_CLUSTERING=true CLUSTER_THRESHOLD=0.8 CONTEXT_WINDOW_SIZE=10 # Logging LOG_LEVEL=info # Limits MAX_CONTENT_SIZE=1048576 DEFAULT_SEARCH_LIMIT=10 DEFAULT_SIMILARITY_THRESHOLD=0.7

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/scanadi/mcp-ai-memory'

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