mem0-mcp-for-pm
6
mem0 MCP Server is a server that enables project management by facilitating memory management and semantic search via the mem0 cloud service. It supports structured data handling using TOML and offers tools for project information retrieval and management. Version 0.3.2 includes enhancements for logging and compatibility with pipx-based invocation.
mem0 MCP Server for Project Management
Version: 0.3.2
mem0 MCP Server bridges MCP Host applications and the mem0 cloud service, enabling structured project memory management and semantic search for project-related information.
Release Notes
v0.3.1 and v0.3.2
- Fix: "add project memory" tool to works properly by adjusting message format to mem0 API.
- Added version specification to the MCP Host configuration example.
v0.3.0
- Change from JavaScript object-based templates to TOML-based templates.
- Added logging functionality.
v0.2.0
- Switched from SSE-based to stdio-based invocation.
- Added support for pipx-based installation.
Features
- Project memory storage and retrieval
- Semantic search for project information
- Structured project management data handling
- Fully tested stdio-based MCP Server tools
- Flexible logging: stderr by default, file output via
--logfile
- Smart CLI invocation via pipx-compatible interface
Tools
add_project_memory
get_all_project_memories
search_project_memories
update_project_memory
delete_project_memory
delete_all_project_memories
Logging
- Default: stderr
- Optional:
--logfile /path/to/logfile.log