MCP Server
MCP
io.github.TeleAI-UAGI/telemem
Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option
Install
uvx telemem
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "telemem",
"version": "1.10.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for the default OpenAI LLM/embedder (not needed with a local TELEMEM_CONFIG)",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Path to a TeleMem YAML/JSON config, e.g. the fully-local Ollama + FAISS setup (config/config.ollama.yaml)",
"name": "TELEMEM_CONFIG"
},
{
"description": "Default memory scope when tool calls omit user_id/agent_id/run_id (default: telemem-mcp)",
"name": "TELEMEM_DEFAULT_USER_ID"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment