optimized-memory-mcp-server
@AgentWong
optimized-memory-mcp-server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"optimized-memory-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/memory",
"-f",
"src/memory/Dockerfile",
"."
]
}
}
}ツール
9Create multiple new entities in the knowledge graph
Create multiple new relations between entities
Add new observations to existing entities
Remove entities and their relations
Remove specific observations from entities
Remove specific relations from the graph
Read the entire knowledge graph
Search for nodes based on query
Retrieve specific nodes by name
概要
What is optimized-memory-mcp-server?
A fork of a Python Memory MCP Server that uses SQLite to provide persistent memory via a knowledge graph. It lets Claude remember information about the user across chats and is designed to test and demonstrate AI workflows and prompt design.
How to use optimized-memory-mcp-server?
Add it to your Claude Desktop configuration (claude_desktop_config.json) using either Docker (docker run -i --rm mcp/memory) or NPX (npx -y @modelcontextprotocol/server-memory). Optionally, customize the included system prompt to control how memories are created and retrieved. The server can also be built locally with Docker.
Key features of optimized-memory-mcp-server?
- Persistent memory via local knowledge
「メモリとナレッジ」の他のコンテンツ
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.
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.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
コメント