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.
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:
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 READMEaddStore new entries in the memory store
getRetrieve entries from the memory store
deleteRemove entries from the memory store
Note: Tool names inferred from CLI commands mentioned in the documentation
Comparable tools
Installation
Installation
- 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)
- Extract the downloaded file for your operating system
- 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
- 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
Last updated · Auto-generated from public README + GitHub signals.