Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A Model Context Protocol server for storing and retrieving memories using low-level Server implementation and SQLite storage.

<a href="https://glama.ai/mcp/servers/@drdee/memory-mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@drdee/memory-mcp/badge" alt="Memory MCP server" />
</a>

## Installation

This project uses [uv](https://github.com/astral-sh/uv) for dependency management instead of pip. uv is a fast, reliable Python package installer and resolver.
Expand Down Expand Up @@ -173,4 +177,4 @@ ruff check memory_mcp tests

```bash
mypy memory_mcp
```
```