Skip to content

Ghcp Cli Vector Memory

Free

by MCP Community

MCP server that gives GitHub Copilot CLI persistent long-term memory via local semantic vector search. Install: npx -y ghcp-cli-vector-memory-mcp

v1.6.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolgithub-copilotgithub-copilot-cli
Works with:ClaudeGPTGeminiCopilot

Ghcp Cli Vector Memory MCP Server

MCP server that gives GitHub Copilot CLI persistent long-term memory via local semantic vector search. Install: npx -y ghcp-cli-vector-memory-mcp

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y ghcp-cli-vector-memory-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ghcp-cli-vector-memory": {
      "command": "npx",
      "args": ["-y", "ghcp-cli-vector-memory-mcp"]
    }
  }
}