BrainSlugs83/GithubCopilotCLI-VectorMemoryMCP
Give GitHub Copilot CLI persistent long-term memory via local semantic vector search. Just npx and go. All data stays local.
Platform-specific configuration:
{
"mcpServers": {
"GithubCopilotCLI-VectorMemoryMCP": {
"command": "npx",
"args": [
"-y",
"GithubCopilotCLI-VectorMemoryMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/BrainSlugs83/GithubCopilotCLI-VectorMemoryMCP/actions/workflows/ci.yml) [](https://www.npmjs.com/package/ghcp-cli-vector-memory-mcp) [](https://www.npmjs.com/package/ghcp-cli-vector-memory-mcp) [](LICENSE) [](package.json)
An MCP server that adds persistent long-term memory to **GitHub Copilot CLI** via local semantic vector search. Copilot can recall past conversations, code changes, and decisions across all sessions — by meaning, not just keywords.
> Note: This is a community project and is not affiliated with or endorsed by GitHub. GitHub Copilot CLI is a product of GitHub / Microsoft.
---
You need Node.js ≥18 installed. This gives you node, npm, and npx.
winget install OpenJS.NodeJS.LTSbrew install node or download from nodejs.orgThat's it. The native SQLite modules (better-sqlite3, sqlite-vec) ship prebuilt binaries for Windows (x64), macOS (x64, ARM), and Linux (x64, ARM) — no compiler or build tools needed.
> <details><summary>Build tools only needed if prebuilds aren't available for your platform</summary> > > If you're on an unusual platform and the prebuilt binaries aren't available, better-sqlite3 falls back to compiling from source. In that case you'll
Loading reviews...