Skip to main content
Glama
.env.example1.46 kB
# Basic Memory Environment Variables Example # Copy this file to .env and customize as needed # Note: .env files are gitignored and should never be committed # ============================================================================ # PostgreSQL Test Database Configuration # ============================================================================ # These variables allow you to override the default test database credentials # Default values match docker-compose-postgres.yml for local development # # Only needed if you want to use different credentials or a remote test database # By default, tests use: postgresql://basic_memory_user:dev_password@localhost:5433/basic_memory_test # Full PostgreSQL test database URL (used by tests and migrations) # POSTGRES_TEST_URL=postgresql+asyncpg://basic_memory_user:dev_password@localhost:5433/basic_memory_test # Individual components (used by justfile postgres-reset command) # POSTGRES_USER=basic_memory_user # POSTGRES_TEST_DB=basic_memory_test # ============================================================================ # Production Database Configuration # ============================================================================ # For production use, set these in your deployment environment # DO NOT use the test credentials above in production! # BASIC_MEMORY_DATABASE_BACKEND=postgres # or "sqlite" # BASIC_MEMORY_DATABASE_URL=postgresql+asyncpg://user:password@host:port/database

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/basicmachines-co/basic-memory'

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