Copilot Memory MCP for Claude Desktop
io.github.labforgedev/copilot-memory-mcp
Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
client:Claude Desktop
transport:stdio
runtime:oci
Install Copilot Memory MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"copilot-memory-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/labforgedev/copilot-memory-mcp:1.0.0"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs