Memory MCP Server
@MCP-Mirror
Memory MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"evangstav_python-memory-mcp-server": {
"command": "uvx",
"args": [
"memory-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Memory MCP Server?
Memory MCP Server is an implementation of the Model Context Protocol (MCP) for managing Claude’s memory and knowledge graph. It uses a SQLite database to persist the knowledge graph and integrates directly with Claude Desktop.
How to use Memory MCP Server?
Install via uvx memory-mcp-server or by pip from the repository. Set the DATABASE_URL environment variable to your SQLite database URL. For Claude Desktop, add the provided configuration block to claude_desktop_config.json. Run the server with uvx memory-mcp-server.
Key features of Memory MCP Server
- Implements Model Context Protocol for memory management.
- Stores knowledge graph in a SQLite database.
- Integrates directly with Claude Desktop.
- Offers both basic and optimized knowledge graph managers.
- Includes a comprehensive test suite with coverage.
- Installed and run easily with
uvx.
Use cases of Memory MCP Server
- Maintaining persistent memory for Claude across sessions.
- Storing and retrieving structured knowledge for AI assistants.
- Testing and developing MCP memory management features.
FAQ from Memory MCP Server
How do I install Memory MCP Server?
Install using uvx memory-mcp-server or pip from the GitHub repository (git+https://github.com/estav/python-memory-mcp-server.git).
How do I configure Memory MCP Server?
Set the `DAT
「メモリとナレッジ」の他のコンテンツ
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
コメント