Memento
@iAchilles
关于 Memento
A local, fully-offline MCP memory server using SQLite + FTS5 + sqlite-vec with embedding support
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"memory": {
"description": "Custom memory backed by SQLite + vec + FTS5 with embedding support",
"command": "npx",
"args": [
"-y",
"memento"
],
"env": {
"MEMORY_DB_PATH": "/Path/To/Your/memory.db"
},
"options": {
"autoStart": true,
"restartOnCrash": true
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Memento?
Memento is a local, fully-offline MCP memory server that uses SQLite with FTS5 and sqlite-vec for keyword and semantic vector search. Built for AI agents, it stores a structured graph of entities, observations, and relations, and uses an offline embedding model (bge-m3 via @xenova/transformers). It is intended for developers who need persistent, private memory in their MCP-based workflows.
How to use Memento?
Install globally: npm install -g @iachilles/memento. Set the MEMORY_DB_PATH environment variable to your desired database file path, then run memento from the terminal. For Claude Desktop integration, add a tool entry with command npx -y memento and the MEMORY_DB_PATH in the environment block
记忆与知识 分类下的更多 MCP 服务器
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
评论