Back to Home
Sinhan88 icon

memory-mcp-server

Verified Safe

by Sinhan88

Overview

Provides a server that implements the Model Context Protocol (MCP) to offer long-term memory capabilities for Large Language Models (LLMs) by storing and retrieving context.

Installation

Run Command
python app.py

Security Notes

The provided source code is only the README.md, so a full security audit of the application logic (e.g., `app.py`) is not possible. Based on the README, the server exposes `/store` (POST) and `/retrieve` (GET) endpoints that accept and return user-provided 'context' and 'model_id'. Without actual code, potential risks include: lack of input sanitization leading to injection vulnerabilities (e.g., if a database is used for storage), lack of authentication/authorization allowing any client to store/retrieve memory, and potential for exposing sensitive data if not properly handled. No obvious hardcoded secrets or malicious patterns were found within the README content itself.

Similar Servers

Stats

Interest Score32
Security Score5
Cost ClassLow
Avg Tokens2000
Stars2
Forks0
Last Update2025-12-06

Tags

LLMMemoryContextMCPAI