Copilot Memory MCP for Grok
io.github.labforgedev/copilot-memory-mcp
Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
client:Grok
transport:stdio
runtime:oci
Install Copilot Memory MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"copilot-memory-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/labforgedev/copilot-memory-mcp:1.0.0"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs