memory-mcp
by joshdougall
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VALKEY_URL | No | URL for existing Redis or Valkey instance. If not set, bundled Valkey is used. | |
| VALKEY_IMAGE | No | Valkey image to use | valkey/valkey:9.0.3 |
| MEMORY_MCP_BIND | No | Interface to bind on. Use 0.0.0.0 only with AUTH_TOKEN set. | 127.0.0.1 |
| MEMORY_MCP_HOST_PORT | No | Port exposed on the host | 3106 |
| MEMORY_MCP_MEM_LIMIT | No | Container memory cap | 256m |
| MEMORY_MCP_AUTH_TOKEN | No | Bearer token for /mcp. Empty = no auth. | |
| MEMORY_MCP_MAX_ENTRIES_WARN | No | Soft cap — warns on write when exceeded | 300 |
| MEMORY_MCP_MAX_VERSIONS_PER_ENTRY | No | Max version snapshots per entry | 20 |
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 | |
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/joshdougall/memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server