Copilot Memory Store banner
timothywarner-org timothywarner-org

Copilot Memory Store

Git community

Description

Local JSON memory store for context engineering with GitHub Copilot and MCP clients. Includes CLI, MCP server, and custom VS Code agent.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Copilot Memory Store

Context Engineering for LLMs

[![CI](https://github.com/timothywarner-org/copilot-memory-store/actions/workflows/ci.yml/badge.svg)](https://github.com/timothywarner-org/copilot-memory-store/actions/workflows/ci.yml) [![Release](https://github.com/timothywarner-org/copilot-memory-store/actions/workflows/release.yml/badge.svg)](https://github.com/timothywarner-org/copilot-memory-store/actions/workflows/release.yml) [![Contact TechTrainerTim.com](https://img.shields.io/badge/Visit%20TechTrainerTim.com-Contact%20Tim-0057B7?style=for-the-badge&logo=google-chrome&logoColor=white)](https://techtrainertim.com)

A **local JSON memory store** for context engineering with GitHub Copilot and MCP clients.

Documentation

Guide When to read
examples/QUICKSTART.md Start here - npm commands cheatsheet
examples/COPILOT_CHAT_EXAMPLES.md 50+ copy-paste prompts for Copilot Chat
docs/CONTEXT_MEMORY_TYPES.md Deep dive into LLM memory types and how this project works
docs/CODE_WALKTHROUGH.md Architectural overview with flow diagrams
docs/CLI_GUIDE.md Interactive REPL command reference
docs/COPILOT_GUIDE.md Using the memory tools from GitHub Copilot

Features

  • CLI (memory>) - Interactive REPL for managing memories
  • MCP Server - Stdio server exposing tools, resources, and prompts
  • Custom VS Code Agent - Pre-configured "Memory" agent for natural language usage
  • Context Compression - Budget-constrained context injection with optional LLM summarization
  • Auto-Keywords - Automatic keyword extraction for improved search relevance

Why This Exists