diff --git a/README.md b/README.md index 872f0f3..4b1bbcf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A Model Context Protocol server for storing and retrieving memories using low-level Server implementation and SQLite storage. + + Memory MCP server + + ## 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. @@ -173,4 +177,4 @@ ruff check memory_mcp tests ```bash mypy memory_mcp -``` \ No newline at end of file +``` \ No newline at end of file