Skip to content
Back to search
30
MCP

Copilot Memory MCP

io.github.labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.

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

Similar MCP servers embedding-nearest

Copilot Memory MCP
Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
0 tools
RemembrallMCP
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
0 tools
aimemory-mcp-server
AI Memory MCP Server — persistent memory for AI assistants via Model Context Protocol. Cross-platform search across ChatGPT, Claude, DeepSee
0 tools
remember-mcp-vscode
Remember MCP, the VS Code extension that brings real, persistent memory to your AI assistant and your team. Instantly store preferences, fac
0 tools
io.github.infoinlet-marketplace/mcp-memory
Persistent searchable memory for AI agents — save/get/search across sessions, tags.
0 tools
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-memor
0 tools

How to use

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

{
  "mcpServers": {
    "copilot_memory_mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}