Telemem runs on your own machine — the client starts it, so there is no endpoint to ping. 219 installs a week from pypi. Last commit 14 Sep 2026.
Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
state = pickle.load(f)
self._store_path = os.path.join(self._base_dir or "video_segments", f"simple_mem_store_{self._memory_name}.json")
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add telemem -- uvx telemem
{
"mcpServers": {
"telemem": {
"args": [
"telemem"
],
"command": "uvx"
}
}
}
[mcp_servers.telemem]
command = "uvx"
args = ["telemem"]
{
"mcpServers": {
"telemem": {
"args": [
"telemem"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"telemem": {
"args": [
"telemem"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
OPENAI_API_KEY (API key for the default OpenAI LLM/embedder (not needed with a local TELEMEM_CONFIG)), TELEMEM_CONFIG (Path to a TeleMem YAML/JSON config, e.g. the fully-local Ollama + FAISS setup (config/config.ollama.yaml)), TELEMEM_DEFAULT_USER_ID (Default memory scope when tool calls omit user_id/agent_id/run_id (default: telemem-mcp)).
The author declared them in the registry entry; get the values from the project itself.
Local-first, governable long-term memory for AI coding agents
Secure, fragment-based long-term memory for MCP-compatible AI agents.
Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor
Local-first long-term memory for AI agents, with byte-recomputable signed verification receipts.
Local .NET compiler verification, change impact, and typed wiring for AI agents.
Long-term memory for AI agents: local-first PKM with provenance and hybrid search.
Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.
Local-first long-term memory for AI coding agents. Stored on your own machine.
Answers built from our own checks of this server.