Skip to main content
Glama
Kotrotsos
by Kotrotsos

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMENTO_HOMENoBase directory for all storage~/.memento
MEMENTO_ADMIN_PORTNoPort for the admin web UI3000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_storeA

Create or update a memory. Provide an id to update an existing memory. Memories are persistent across sessions and searchable. Write content that is specific, front-loads key information, and covers one concept per entry.

memory_searchA

Search memories using BM25 ranking. Returns snippets (first ~150 chars), not full content. Use memory_recall to fetch full content for specific results. Scope searches with namespace and tags for better relevance.

memory_recallA

Fetch full content for specific memory IDs. Use after memory_search to retrieve complete entries for the most relevant results. Only recall what you actually need.

memory_deleteA

Soft-delete a memory by ID. The entry is excluded from future searches. Requires the namespace where the memory is stored.

memory_list_namespacesA

List all available namespaces with entry counts. Use this to discover what domains of knowledge exist before searching.

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/Kotrotsos/memento-core'

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