Back to Browse

Telemem MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option

About

Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option

Security Report

6.2
Moderate6.2Moderate Risk

TeleMem is a memory management system for AI agents with generally sound architecture and appropriate use of external APIs. The codebase demonstrates proper use of environment variables for credentials and reasonable permission scoping for a developer tools category server. However, there are several code quality and security concerns including inconsistent error handling, potential information disclosure through logging, and incomplete input validation that warrant attention before production deployment. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

API key for the default OpenAI LLM/embedder (not needed with a local TELEMEM_CONFIG)Required

Environment variable: OPENAI_API_KEY

Path to a TeleMem YAML/JSON config, e.g. the fully-local Ollama + FAISS setup (config/config.ollama.yaml)Optional

Environment variable: TELEMEM_CONFIG

Default memory scope when tool calls omit user_id/agent_id/run_id (default: telemem-mcp)Optional

Environment variable: TELEMEM_DEFAULT_USER_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-teleai-uagi-telemem": {
      "env": {
        "OPENAI_API_KEY": "your-openai-api-key-here",
        "TELEMEM_CONFIG": "your-telemem-config-here",
        "TELEMEM_DEFAULT_USER_ID": "your-telemem-default-user-id-here"
      },
      "args": [
        "telemem"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!