MCP Memory
@Puliczek
MCP Memory について
🔥🖥️ MCP Memory is a MCP Server that gives MCP Clients (Cursor, Claude, Windsurf and more) the ability to remember information about users (preferences, behaviors) across conversations.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-memory-puliczek": {
"command": "npx",
"args": [
"wrangler",
"vectorize",
"create",
"mcp-memory-vectorize",
"--dimensions",
"1024",
"--metric",
"cosine"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Memory?
MCP Memory is an MCP server that gives MCP clients (Cursor, Claude, Windsurf, and more) the ability to remember information about users across conversations. It uses vector search technology to find relevant memories based on meaning, not just keywords, and is built with Cloudflare Workers, D1, Vectorize, Durable Objects, Workers AI, and Agents.
How to use MCP Memory?
You can deploy your own instance via a one‑click Cloudflare button, by using the repository template, or by creating with the Cloudflare CLI. After deployment, configure the required Vectorize index (dimensions 1024, metric cosine) and install dependencies. The server can also be run locally with wrangler dev for development.
Key features of MCP Memory
- Semantic memory retrieval using vector embeddings
- Built on Cloudflare’s free‑tier infrastructure
- Isolated namespaces per user for data separation
- Built‑in rate limiting (100 req/min, configurable)
- Supports MCP clients like Cursor, Claude, Windsurf
- Open‑source, self‑hostable on Cloudflare
Use cases of MCP Memory
- Store and recall user preferences and behaviors across conversations
- Maintain a persistent knowledge base of technical documentation or procedures
- Track user interactions and common usage patterns
- Keep project notes, decisions, and updates accessible via semantic search
FAQ from MCP Memory
Can I use memory.mcpgenerator.com to store my memories?
Yes, you can use the hosted service for free, but availability is not guaranteed.
Can I host my own instance?
Yes, you can host your own instance for free on Cloudflare using Workers, Vectorize, D1 Database, and Workers AI.
Can I run it locally?
Yes, you can run MCP Memory locally for development with wrangler dev, though some features require a connection to Cloudflare’s services.
Can I use different hosting?
No, MCP Memory is specifically designed for Cloudflare’s infrastructure.
Can I use it for more than one person?
Yes, each user gets their own isolated memory space, making it suitable for multi‑user applications.
Can I store things other than memories?
Yes, MCP Memory can store any text‑based information, such as knowledge bases, user behaviors, and project notes.
「メモリとナレッジ」の他のコンテンツ
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Notion MCP Server
makenotionOfficial Notion MCP Server
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
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.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
コメント