LLM Memory MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | MCP server port | 4040 |
| OLLAMA_DIM | No | Vector dimension — change only if you swap to a non-768-dim model | 768 |
| OLLAMA_PORT | No | Host port for the bundled Ollama API | 9050 |
| POSTGRES_DB | No | Database name | mcp_memory |
| OLLAMA_MODEL | No | Embedding model Ollama pulls on first boot (~274MB) | nomic-embed-text |
| POSTGRES_PORT | No | PostgreSQL host port | 4569 |
| POSTGRES_USER | No | Database user | mcp_user |
| DASHBOARD_PORT | No | Dashboard UI port | 4041 |
| POSTGRES_PASSWORD | No | Database password | mcp_secure_pass_2026 |
| EMBEDDING_PROVIDER | No | local / ollama / openai | ollama |
| MAINTENANCE_INTERVAL_MINUTES | No | Background scheduler interval | 30 |
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
ActivityInactive
ResponsivenessNo issues