memory-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@memory-serverremember that my name is Alex"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Memory Server
Описание решения
В этом репозитории реализован MCP‑сервер для управления памятью агентов, а также клиент‑демонстрация.
Файлы и их назначение
Файл | Что делает |
| Основной сервер. Реализует инструменты: |
| Асинхронный клиент, демонстрирующий работу сервера. Сохраняет и читает данные, а также ищет ключи по паттерну. |
| Зависимости проекта: |
| Текущий файл – описание реализации. |
Related MCP server: agent-memory
Как запустить
Установите зависимости:
pip install -r requirements.txtЗапустите сервер (в отдельном терминале):
python memory_server.pyВ другом терминале выполните клиентскую демонстрацию:
python memory_client.py
Вы увидите вывод, аналогичный следующему:
Сохранено: True
Данные namespace 'default':
username: Алексей
Ключи с 'name': ['default:username']Тесты
Для проверки корректности работы можно написать unit‑тесты, но они не включены в репозиторий.
Важно: сервер запускается без аргументов командной строки и использует транспорт stdio. Клиент подключается к нему как subprocess. Это соответствует требованиям задания.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gulshatik/coursework-mcp-189a4d'
If you have feedback or need assistance with the MCP directory API, please join our Discord server