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) |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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