LongtermMemory-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_memoryA | Save information to long-term memory. The content will be embedded locally and indexed for semantic search. Use this to store facts, decisions, preferences, or any context worth remembering across sessions. |
| search_memoryA | Search long-term memory using semantic similarity. The query is embedded locally and compared against all stored memories using cosine similarity. |
| get_all_memoriesA | Retrieve all stored memories, ordered by most recent first. Results are paginated. |
| update_memoryA | Update an existing memory. Can modify content (triggers re-embedding), metadata, tags, importance, or memory type. |
| search_by_typeA | Search memories by category type (e.g. fact, preference, conversation). Returns memories ordered by importance. |
| search_by_tagsA | Find memories that match any of the provided tags. Returns memories ordered by importance. |
| search_by_date_rangeB | Find memories created within a specific date range. Use ISO date format. |
| delete_memoryA | Delete a specific memory by its ID. Only delete when the user explicitly requests it or when a memory is confirmed outdated or incorrect. |
| delete_all_memoriesA | Delete ALL stored memories. This action is irreversible. Only use when the user explicitly asks to clear all memories. |
| memory_statsA | Get statistics about the memory store — total count and database location. |
| create_backupA | Create a manual backup of the memory database and export all memories as JSON. |
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/MarcelRoozekrans/LongtermMemory-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server