Skip to content
VS Code

Copilot Memory MCP for VS Code

io.github.labforgedev/copilot-memory-mcp

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

client:VS Code transport:stdio runtime:oci

Install Copilot Memory MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "copilot-memory-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/labforgedev/copilot-memory-mcp:1.0.0"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Copilot Memory MCP in other clients