The reputation layer for AI skills, tools & agents

coleam00/mcp-mem0

Score: 21.1 Rank #11426

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 337 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 12 open vs 0 closed issues — triaging stale issues improves health

Badge

AgentRank score for coleam00/mcp-mem0
[![AgentRank](https://agentrank-ai.com/api/badge/tool/coleam00--mcp-mem0)](https://agentrank-ai.com/tool/coleam00--mcp-mem0)
<a href="https://agentrank-ai.com/tool/coleam00--mcp-mem0"><img src="https://agentrank-ai.com/api/badge/tool/coleam00--mcp-mem0" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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_m
Read full README on GitHub →
Are you the maintainer? Claim this listing