memory-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | Postgres connection string. Matches docker-compose.yml's exposed port (5433 on the host, to avoid clashing with a local Postgres on 5432). | postgres://memory:memory@localhost:5433/memory |
| EMBEDDING_DIM | No | Must match the embedding model's output dimension and the VECTOR(384) column in schema.sql — change both together. | 384 |
| EMBEDDING_DTYPE | No | q8 = ~4x smaller weights, faster CPU inference, small accuracy tradeoff. Use fp32 for full precision. | q8 |
| EMBEDDING_MODEL | No | Any @huggingface/transformers-compatible model. | Xenova/bge-small-en-v1.5 |
| MODEL_CACHE_DIR | No | Populated ahead of time by pnpm model:download; otherwise fetched lazily on first use. | .models/ |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues