MCP.so
ログイン
M

Memento

@iAchilles

Memento について

A local, fully-offline MCP memory server using SQLite + FTS5 + sqlite-vec with embedding support

基本情報

カテゴリ

メモリとナレッジ

トランスポート

stdio

公開者

iAchilles

投稿者

Igor Manturov Jr.

設定

以下の設定を使って、このサーバーを 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

コメント

「メモリとナレッジ」の他のコンテンツ