From 3d8fc95717ac78159a2d54986a492bfd31648f74 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Wed, 23 Jul 2025 07:25:18 -0400 Subject: [PATCH] add MCP server badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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