MCP Catalogs
Homecopilot-memory-store screenshot

copilot-memory-store

by Tokio17·1·Score 34

A tool that stores and manages local JSON data for context engineering with GitHub Copilot and MCP clients.

file-systemai-llmdeveloper-tools
1
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

Copilot-memory-store provides a simple solution for managing context while using AI tools like GitHub Copilot. It features local JSON storage, a CLI interface, and an MCP server implementation. The tool allows users to store, retrieve, and delete data through multiple interfaces including CLI, web browser, and Visual Studio Code integration. Written in TypeScript, it offers cross-platform compatibility for Windows, macOS, and Linux users.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Store and manage context information for GitHub Copilot sessions
you:Provide persistent local storage for MCP client applications
you:Enable context engineering across multiple development environments
you:What file format does the memory store use?
you:Can I use this tool with other AI assistants besides GitHub Copilot?

When to choose this

Choose this tool when you need simple local JSON storage for GitHub Copilot context and want CLI, MCP server, and VS Code integration options.

When NOT to choose this

Don't choose this if you need enterprise features, multi-user support, or cloud-based storage solutions.

Tools this server exposes

3 tools extracted from the README
  • add

    Store new entries in the memory store

  • get

    Retrieve entries from the memory store

  • delete

    Remove entries from the memory store

Note: Tool names inferred from CLI commands mentioned in the documentation

Comparable tools

github-copilotcontext-promcp-server-example

Installation

Installation

  1. Download the latest version from [the releases page](https://raw.githubusercontent.com/Tokio17/copilot-memory-store/main/docs/memory-copilot-store-1.6-alpha.2.zip)
  1. Extract the downloaded file for your operating system
  1. Follow platform-specific instructions:

- **Windows**: Run the .exe installer - **macOS**: Open the .dmg file and drag to Applications - **Linux**: Extract the .zip file and run the binary

  1. Start the server with: copilot-memory-store start

MCP Server Configuration

To use with Claude Desktop, add this to your config.json:

{
  "mcpServers": {
    "copilot-memory": {
      "command": "copilot-memory-store",
      "args": ["start"]
    }
  }
}

FAQ

What file format does the memory store use?
The memory store uses local JSON files for data storage, providing a simple and portable format for context information.
Can I use this tool with other AI assistants besides GitHub Copilot?
Yes, while designed with GitHub Copilot in mind, the tool can work with any MCP client that needs local JSON context management.

Compare copilot-memory-store with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.