Back to Home
mkreyman icon

mcp-memory-keeper

Verified Safe

by mkreyman

Overview

Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.

Installation

Run Command
npx mcp-memory-keeper

Environment Variables

  • MCP_DEBUG_LOGGING
  • MCP_MAX_TOKENS
  • MCP_TOKEN_SAFETY_BUFFER
  • MCP_MIN_ITEMS
  • MCP_MAX_ITEMS
  • MCP_CHARS_PER_TOKEN

Security Notes

The server operates locally via standard I/O (stdio) reducing common network attack vectors. Input validation is applied for keys, values, and file paths to prevent injection and path traversal. SQLite is used with parameterized queries to mitigate SQL injection risks. Git operations use the `simple-git` library, which generally sanitizes commands, assuming a trusted local environment for Git execution. No hardcoded secrets were identified. The primary security risk lies in potential misuse of local file system access by the AI if malicious commands are somehow crafted via context, though strong input validation significantly reduces this risk.

Similar Servers

Stats

Interest Score52
Security Score8
Cost ClassLow
Avg Tokens7500
Stars74
Forks11
Last Update2025-12-10

Tags

Persistent contextClaude AICode assistantMemoryMCP server