We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evangstav/python-memory-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Server Configuration
# Path to memory file (defaults to ~/.claude/memory.jsonl if not set)
MEMORY_FILE_PATH=/Users/username/.claude/memory.jsonl
CACHE_TTL=60
# Logging Configuration
LOG_LEVEL=INFO
LOG_FILE=memory_mcp_server.log
# Performance Settings
BATCH_SIZE=1000
INDEX_CACHE_SIZE=10000
# Development Settings
DEBUG=false
TESTING=false
BENCHMARK_MODE=false