Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/MarcelRoozekrans/LongtermMemory-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server