Back to Home
mordang7 icon

ContextKeep

Verified Safe

by mordang7

Overview

ContextKeep provides a standalone memory server for AI agents to store and retrieve long-term conversational context, project details, and code snippets, reducing LLM token usage.

Installation

Run Command
python server.py

Security Notes

The server and web UI default to binding on '0.0.0.0' (all network interfaces) on ports 5100 and 5000 respectively, making them accessible from the local network by default. While this enables features like remote SSH access, users should be aware that these services are network-exposed, which could be a privacy or security concern if not intended or if the host machine is not adequately secured. Memory keys used for filenames are sanitized via MD5 hashing, mitigating direct path traversal vulnerabilities. The installation scripts use standard system commands and `sudo`, which require careful review but do not show obvious direct command injection vulnerabilities from user input.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-30

Tags

AI MemoryVector DatabasePersistent StorageMCP CompliantAI Agents