Copilot Memory MCP✓
io.github.LabForgeDev/copilot-memory-mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.LabForgeDev/copilot-memory-mcp",
"description": "Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.",
"title": "Copilot Memory MCP",
"repository": {
"url": "https://github.com/LabForgeDev/copilot-memory-mcp",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/labforgedev/copilot-memory-mcp:1.0.0",
"runtimeHint": "docker",
"transport": {
"type": "sse",
"url": "http://localhost:8000/sse"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}