Back to search
30
MCP

ghcp-cli-vector-memory-mcp

npm/ghcp-cli-vector-memory-mcp

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

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

mcp-codemind
Multi-Workspace MCP Memory Server for GitHub Copilot with automatic re-indexing
0 tools
Copilot Memory MCP
Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
0 tools
contextforge-mcp
Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot. Give your AI assistants long-term memory via the Model Context Pro
0 tools
io.github.memorilabs/memori-mcp
Memori MCP server — persistent AI memory with recall and augmentation tools
0 tools
io.github.alfredoizdev/contextforge-mcp
Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.
0 tools
gh-cli-mcp-server
MCP server that wraps the GitHub CLI (gh) into a single generic tool
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ghcp-cli-vector-memory-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}