MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

L
Long Term Memory
作者 @sandy1279

local-ltm is a local Model Context Protocol (MCP) server that provides long-term memory for AI agents. It allows a single user to run multiple AI agents that can store, search, update, and delete durable memory (preferences, facts, skills) using mem0 as the memory backend.

创建于 1/26/2026
更新于 30 days ago
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-long-term-memory

Cursor 配置 (mcp.json)

{ "mcpServers": { "sandy1279-long-term-memory": { "command": "npx", "args": [ "sandy1279-long-term-memory" ] } } }