evangstav_python-memory-mcp-server
Memory MCP Server is an implementation of the Model Context Protocol (MCP) server designed to manage Claude's memory and knowledge graph.
The Memory MCP Server is a specialized server implementation that leverages the Model Context Protocol (MCP) to manage and maintain Claude's memory and knowledge graph. It is designed to facilitate efficient storage and retrieval of knowledge data, ensuring that Claude can access and utilize information effectively. The server is built to integrate seamlessly with various platforms, including Claude Desktop, and supports SQLite for database management. Developers can install the server using the 'uv' package manager or directly from the repository. The server is highly configurable, requiring specific environment variables for optimal operation. It also includes a comprehensive testing suite using pytest, ensuring robust performance and reliability.
Features
- Efficient Knowledge Management: Utilizes a knowledge graph for structured data storage and retrieval.
- Seamless Integration: Easily integrates with Claude Desktop and other platforms.
- Configurable Environment: Supports environment variable configuration for flexible deployment.
- Comprehensive Testing: Includes a full suite of tests using pytest for quality assurance.
- Open Source: Licensed under the MIT License, encouraging community contributions.
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"memory": {
"command": "uvx",
"args": ["memory-mcp-server"]
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.