Back to Home
mordang7 icon

ContextKeep

by mordang7

Overview

Provides a standalone, persistent, and searchable long-term memory server for AI agents and tools, compatible with the Model Context Protocol (MCP).

Installation

Run Command
/absolute/path/to/ContextKeep/venv/bin/python /absolute/path/to/ContextKeep/server.py

Security Notes

The `webui.py` Flask application is configured with `debug=True` when run directly (e.g., `python webui.py`). Running a Flask application in debug mode in a production or network-accessible environment is a critical security vulnerability, as it can expose sensitive information and allow arbitrary code execution. Both the MCP server and WebUI bind to `0.0.0.0` by default, making them accessible from any network interface without explicit authentication. Data is stored locally in plain JSON files.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Stars0
Forks0
Last Update2025-12-12

Tags

AI AgentsMemoryContext ManagementModel Context ProtocolLocal Storage