#
ENJA

mcp-memory

fellowgeek/mcp-memory

MCP-Memory provides a Model Context Protocol server that equips AI assistants with long-term, persistent memory capabilities using SQLite and the Open Knowledge Format (OKF v0.2).

99 2MITUpdated 2026-08-13

Overview

This tool implements a dual-layer architecture consisting of human-browsable Markdown files following the OKF v0.2 standard and high-performance SQLite FTS5 database indexes. It allows AI agents to store, retrieve, search, and manage contextual states and session checkpoints across turns and independent sessions.

Capabilities

  • Store and update memory records
  • Retrieve specific memories by key and namespace
  • Perform full-text search and tag filtering
  • Maintain human-readable OKF v0.2 Markdown logs
  • Isolate memory contexts into namespaces

Best for

Retaining user preferences and coding styles across different chat sessions, Preserving project architecture notes and milestone tracking, Enabling agents to resume work seamlessly using session checkpoints

Works with

Claude CodeCodexChatGPTGemini CLICursorGitHub CopilotOpenCode
Evoa Score breakdown= Σ (score × weight)
82
Task usefulness20%88 → +17.6

実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 AIによるcapabilities/use-cases解析

Code quality15%90 → +13.5

実装・指示の品質。 AIによるSKILL.md/README解析

Maintenance15%100 → +15.0

リポジトリがどれだけ活発に保守されているか。 GitHub 最終push日時の新しさ

Documentation12%34 → +4.1

ドキュメントの充実度・分かりやすさ。 README/独自要約の情報量

Security15%100 → +15.0

危険・不審な挙動が無いか。 AIによるセキュリティレビュー

Originality10%80 → +8.0

ありふれたラッパーではない独自性。 AIによる独自性判定

Popularity8%50 → +4.0

コミュニティの採用度。 GitHub Stars/Forks(対数スケール)

Compatibility5%100 → +5.0

対応AIエージェントの広さ。 AIによる対応エージェント判定

Weighted total82.2 / 100

ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →

Security considerations

Memories are stored locally in plaintext Markdown files and a local SQLite database within the project or user home directory.

Categories

Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.