Context Mem
@JubaKitiashvili
Context Mem について
Your AI forgets everything between sessions. This fixes that — 98%+ retrieval accuracy, 100% on LongMemEval, 99% token savings. 44 MCP tools. Fully local, zero cost.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem",
"serve"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Context Mem?
Context Mem is a local MCP (Model Context Protocol) server that provides memory and context infrastructure for AI agents. It automatically remembers every tool call and compresses observations to save tokens, storing everything in a local SQLite database and a markdown vault. It is designed for developers using AI coding assistants like Claude Code, Cursor, Windsurf, VS Code Copilot, and others.
How to use Context Mem?
Install the package with npm i context-mem and run npx context-mem init to auto-configure for your editor. The server runs locally with no API keys or cloud account required.
Key features of Context Mem
- Automatic memory ingestion into a markdown vault.
- 14 content-aware summarizers for 99.1% token savings.
- Hybrid retrieval with BM25, vector, and LLM reranking.
- 45+ MCP tools for querying and managing memory.
- Fully local: no cloud, no API keys required.
- Adaptive compression with pinned entries staying verbatim.
Use cases of Context Mem
- Retain project context across AI sessions to avoid re-explaining.
- Comp
「メモリとナレッジ」の他のコンテンツ
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
コメント