Skip to main content
Glama
Akpughe

ultramem-mcp

by Akpughe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ULTRAMEM_API_KEYYesAPI key for authentication (required if server enforces auth)
ULTRAMEM_API_URLNoBase URL of your ultramem-server (default http://localhost:8080)
ULTRAMEM_CONTAINER_TAGNoNamespace for the memory container (default: server default)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
recall_searchA

Search the user's memory in natural language. Returns the most relevant documents plus standalone facts distilled from their history. Use this first to ground any answer or action in what the user actually knows.

recall_timelineA

List the user's memory items within a recent time window, newest-first — a COMPLETE enumeration (not a relevance ranking). Use it for 'what did I do/save in the last N days' questions. Optionally restrict to one source.

add_memoryA

Write a memory back to the user's store — a task outcome, a decision, or something the user just told you. It flows through the same distillation + reconciliation lifecycle as any ingested document.

get_profileA

Fetch the standing profile for the namespace — durable facts (static) plus what the user has been doing recently (dynamic). Inject this into your system prompt to start a session already knowing the user.

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/Akpughe/ultramem-mcp'

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