telemem
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key for LLM and embeddings (required if not using other providers) | |
| TELEMEM_CONFIG | No | Path to TeleMem configuration YAML file | |
| TELEMEM_DEFAULT_USER_ID | No | Default user ID for memory operations when not explicitly provided |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_memoryA | Store a fact, preference, or conversation in TeleMem long-term memory. Provide |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/TeleAI-UAGI/telemem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server