Back to Home
timothywarner-org icon

copilot-memory-store

Verified Safe

by timothywarner-org

Overview

Provides a local JSON memory store for context engineering to enhance GitHub Copilot and other Model Context Protocol (MCP) clients.

Installation

Run Command
npm run mcp

Environment Variables

  • MEMORY_PATH
  • DEEPSEEK_API_KEY
  • DEEPSEEK_BASE_URL
  • DEEPSEEK_MODEL

Security Notes

The MCP server primarily uses stdio for communication, significantly reducing network attack surface. Data is stored locally as plaintext JSON, relying on OS file permissions for access control, and is not encrypted at rest. Optional LLM-assisted compression sends data to the DeepSeek API, requiring an API key via environment variable. The `SECURITY.md` explicitly warns against storing sensitive information in memories, aligning with the local plaintext storage model. No 'eval' or obvious malicious code patterns were found, and input validation with Zod is used for MCP tools.

Similar Servers

Stats

Interest Score81
Security Score8
Cost ClassMedium
Avg Tokens500
Stars2
Forks0
Last Update2025-12-14

Tags

LLM MemoryContext EngineeringGitHub CopilotLocal StorageMCP Server