Telemem MCP Server

TeleMem: Building Long-Term and Multimodal Memory for Agentic AI If you find this project helpful, please give us a ⭐️ on GitHub for the latest update. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 484 · #16 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Telemem

before you install - you'll need

Set TELEMEM_CONFIG, OPENAI_API_KEY, MINIMAX_API_KEY, MEM0_TELEMETRY before connecting.

Claude Code

claude mcp add teleai-uagi-telemem -- uvx telemem

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "teleai-uagi-telemem": {
      "command": "uvx",
      "args": [
        "telemem"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package telemem - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.TeleAI-UAGI is GitHub-verified and matches the repo owner

03 · What Telemem can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.10.0 · 2026-08-15

TeleMem now connects directly to the official DeepSeek Harness through its Cordis MCP client. The opt-in patch launches the pinned TeleMem release with uvx and exposes all eight memory operations as mcp__telemem__…

v1.9.0 · 2026-08-06

TeleMem's MCP server is now built on the official MCP Python SDK v2 (mcp>=2.0.0,<3), implementing the current MCP specification (2026-07-28) while remaining compatible with legacy initialize-handshake clients.…

v1.8.0 · 2026-07-11

Every documented argument of the public API now does exactly what the docs say. Full details in the CHANGELOG. · Fixed · Character memory extraction: the per-character prompt received the parse_messages helper function…

04 · Who maintains Telemem

telemem is maintained by teleai-uagi. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
memory - ranked #16 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-15)
registry
io.github.TeleAI-UAGI/telemem (active, first published 2026-06-12 · 4 versions)
packages
pypi:telemem

06 · Telemem FAQ

What is Telemem?

TeleMem: Building Long-Term and Multimodal Memory for Agentic AI If you find this project helpful, please give us a ⭐️ on GitHub for the latest update. It runs locally over stdio via the published package.

Is Telemem still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Telemem?

Run `uvx telemem`. The README documents 4 environment variables (TELEMEM_CONFIG, OPENAI_API_KEY, MINIMAX_API_KEY…) to set first. Set TELEMEM_CONFIG, OPENAI_API_KEY, MINIMAX_API_KEY, MEM0_TELEMETRY before connecting. You can also paste the ready-made client config above.

Does Telemem run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Telemem

Pairs well with

Servers that cover what Telemem doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58