coleam00/mcp-mem0
MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!
Overview
coleam00/mcp-mem0 is a Python MCP server licensed under MIT. MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!
Ranked #11426 out of 25632 indexed tools.
Ecosystem
Python MIT
Signal Breakdown
Stars 659
Freshness 11mo ago
Issue Health 0%
Contributors 1
Dependents 0
Forks 234
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
<h1 align="center">MCP-Mem0: Long-Term Memory for AI Agents</h1> <p align="center"> </p> A template implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server integrated with [Mem0](https://mem0.ai) for providing AI agents with persistent memory capabilities. Use this as a reference point to build your MCP servers yourself, or give this as an example to an AI coding assistant and tell it to follow this example for structure and code correctness! ## Overview This project demonstrates how to build an MCP server that enables AI agents to store, retrieve, and search memories using semantic search. It serves as a practical template for creating your own MCP servers, simply using Mem0 and a practical example. The implementation follows the best practices laid out by Anthropic for building MCP servers, allowing seamless integration with any MCP-compatible client. ## Features The server provides three essential memory management tools: 1. **`save_mRead full README on GitHub →
Are you the maintainer? Claim this listing