Back to Home
timothywarner-org icon

copilot-memory-store

Verified Safe

by timothywarner-org

Overview

A persistent local memory store for AI assistants and coding agents, enabling context engineering by saving, searching, and compressing developer-specific knowledge across conversations.

Installation

Run Command
npm run mcp

Environment Variables

  • DEEPSEEK_API_KEY
  • DEEPSEEK_BASE_URL
  • DEEPSEEK_MODEL
  • MEMORY_PATH
  • MEMORY_LOCK_PATH

Security Notes

The server uses stdio for core MCP communication, limiting network exposure. It explicitly warns against storing sensitive data in its plaintext local JSON memory file. File locking is implemented for concurrent write safety. Optional integration with DeepSeek LLM involves external API calls (via HTTPS), but requires an API key and is clearly opt-in. No hardcoded secrets or 'eval' calls were found. The security model is transparent about its limitations (e.g., no encryption at rest, no authentication).

Similar Servers

Stats

Interest Score19
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars7
Forks3
Last Update2025-12-15

Tags

Context EngineeringAI MemoryLLM ToolDeveloper UtilityLocal Storage