telemem
Rank #1,350io.github.TeleAI-UAGI/telemem
Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option
telemem is a Model Context Protocol (MCP) server published by teleai-uagi. It ranks #1,350 of 132,046 servers tracked on MCP Toplist, and its repository has 492 GitHub stars. telemem is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jun 11, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 130,696 of 132,046 servers on MCP Toplist.
Use telemem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add telemem -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "TELEMEM_CONFIG=<your TELEMEM_CONFIG>" -e "TELEMEM_DEFAULT_USER_ID=<your TELEMEM_DEFAULT_USER_ID>" -- uvx telememReplace each placeholder with your own value before saving.
[mcp_servers.telemem]
command = "uvx"
args = ["telemem"]
[mcp_servers.telemem.env]
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
TELEMEM_CONFIG = "<your TELEMEM_CONFIG>"
TELEMEM_DEFAULT_USER_ID = "<your TELEMEM_DEFAULT_USER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telemem": {
"command": "uvx",
"args": [
"telemem"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"TELEMEM_CONFIG": "<your TELEMEM_CONFIG>",
"TELEMEM_DEFAULT_USER_ID": "<your TELEMEM_DEFAULT_USER_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telemem": {
"command": "uvx",
"args": [
"telemem"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"TELEMEM_CONFIG": "<your TELEMEM_CONFIG>",
"TELEMEM_DEFAULT_USER_ID": "<your TELEMEM_DEFAULT_USER_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"telemem": {
"type": "stdio",
"command": "uvx",
"args": [
"telemem"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"TELEMEM_CONFIG": "<your TELEMEM_CONFIG>",
"TELEMEM_DEFAULT_USER_ID": "<your TELEMEM_DEFAULT_USER_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telemem": {
"command": "uvx",
"args": [
"telemem"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"TELEMEM_CONFIG": "<your TELEMEM_CONFIG>",
"TELEMEM_DEFAULT_USER_ID": "<your TELEMEM_DEFAULT_USER_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telemem": {
"command": "uvx",
"args": [
"telemem"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"TELEMEM_CONFIG": "<your TELEMEM_CONFIG>",
"TELEMEM_DEFAULT_USER_ID": "<your TELEMEM_DEFAULT_USER_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TeleAI-UAGI%2Ftelemem)<a href="https://mcptoplist.com/server/io.github.TeleAI-UAGI%2Ftelemem"><img src="https://mcptoplist.com/badge/io.github.TeleAI-UAGI%2Ftelemem.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
teleai-uagi
Available versions (4)
| Version | Published |
|---|---|
| 1.10.0 | Aug 15, 2026 |
| 1.9.0 | Aug 6, 2026 |
| 1.8.0 | Jul 11, 2026 |
| 1.7.1 | Jun 12, 2026 |
Frequently asked questions
- Who maintains telemem?
- telemem is maintained by teleai-uagi, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is telemem listed on the Official MCP Registry?
- Yes — telemem is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does telemem have?
- MCP Toplist tracks 4 versions of telemem, most recently published on Aug 15, 2026.
- Where can I find the source code for telemem?
- The source code for telemem is hosted at github.com/teleai-uagi/telemem.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.