Memory MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_MCP_DB | No | Override the default database location (~/.memory_mcp/memory.db) | |
| MEMORY_MCP_SOURCES | No | Extend session sources with additional directories (format: type:path;type:path) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_memoryA | Save a note to persistent memory. Use this to remember important context, decisions, patterns, or user preferences across sessions. |
| search_memoryA | Search saved memories. Use short keywords, not natural language phrases — each word is matched independently and ranked by relevance. |
| list_memoriesB | List recent saved memories, optionally filtered by tag. |
| delete_memoryB | Delete a specific memory by its ID. |
| list_sessionsB | List recent AI coding sessions. Filter by source ('claude_code' or 'omp') or by project path substring. |
| get_sessionB | Retrieve the conversation from a specific session. Shows the full message flow including user messages, assistant responses, and tool usage. |
| search_sessionsB | Search across all session messages. Use short keywords, not natural language phrases — each word is matched independently and ranked by relevance. |
| refresh_sessionsA | Scan for new or updated session files and index them. Run this if recent sessions aren't showing up in search results. |
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/nerdyaustin/memory_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server