We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/spideynolove/memory-bank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Memory Bank MCP Environment Variables
# Project path for database isolation (auto-detected if not set)
PROJECT_PATH=./
# SQLite database file path (relative to project path)
SQLITE_DB_PATH=memory.db
# Enable debug mode for detailed logging
MCP_DEBUG=false
# Docker Compose profile for additional services
COMPOSE_PROFILES=default
# Optional: Custom MCP server port
MCP_PORT=3000