add README.md

This commit is contained in:
2026-05-25 22:03:25 +00:00
parent f5e51e45c2
commit ff5f18e81a
+18 -2
View File
@@ -1,3 +1,19 @@
# task-69f8e929da860fb4533faa2a # MCP-сервер памяти агента
MCP memory server ## Установка
```bash
pip install -r requirements.txt
```
## Запуск сервера (stdio)
```bash
python memory_server.py
```
## Тест клиентом
```bash
python memory_client.py
```