Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoOpenAI API key for LLM and embeddings (required if not using other providers)
TELEMEM_CONFIGNoPath to TeleMem configuration YAML file
TELEMEM_DEFAULT_USER_IDNoDefault user ID for memory operations when not explicitly provided

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_memoryA

Store a fact, preference, or conversation in TeleMem long-term memory. Provide text for a single statement or messages for conversation turns. Scoped by user_id/agent_id/run_id; defaults to the server's default user.

search_memoriesA

Semantic search over TeleMem memories. Returns the matching memories as one consolidated text passage (TeleMem fuses related memories). Shared event memories (pseudo-user "events") are searched automatically.

get_memoriesA

List stored memories for a user/agent/run with their memory_ids. Use user_id "events" to list shared conversation-event memories.

get_memoryA

Fetch a single memory by its memory_id.

update_memoryC

Overwrite the text of an existing memory by memory_id.

delete_memoryB

Delete a single memory by memory_id.

delete_all_memoriesA

Delete every memory in the given scope. Destructive: requires an explicit user_id, agent_id, or run_id — the default user is never assumed.

memory_historyA

Show the change history (ADD/UPDATE/DELETE events) of a memory.

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/TeleAI-UAGI/telemem'

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