Loading MCP server directory, please wait...
Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
npx @getmcp/cli add io.github.LabForgeDev/copilot-memory-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.LabForgeDev/copilot-memory-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/labforgedev/copilot-memory-mcp:1.0.0"
]
}
}
}