Skip to content
Cursor

Copilot Memory MCP for Cursor

io.github.labforgedev/copilot-memory-mcp

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

client:Cursor transport:stdio runtime:oci

Install Copilot Memory MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Copilot Memory MCP in other clients