ghcp-mem

Oluseyi-Kofoworola/ghcp-mem
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 7d ago
Persistent, privacy-first session memory for GitHub Copilot - zero-deps VS Code extension with hybrid search and MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ghcp-mem": {
      "command": "npx",
      "args": [
        "-y",
        "Oluseyi-Kofoworola/ghcp-mem"
      ]
    }
  }
}

README Excerpt

**Zero dependencies · Zero network ports · Native MCP · Secret-redacted by default** --- **GHCP-MEM gives GitHub Copilot a persistent memory** across every session, file, and project — without spinning up a single sidecar, port, or native binary. It captures what you actually do (edits, diagnostics, git, debug, tasks, terminal), compresses each session into a structured summary via the Copilot Language Model, scrubs secrets in a 24-rule dual-pass scanner, and quietly re-injects relevant prior co

Topics

azurecopilot-chatgithub-copilotmcpmemorymodel-context-protocolprivacyragtypescriptvscode-extension