MindCore Memory MCP for Grok
io.github.woshilaohei/mindcore-memory
AI long-term memory MCP server with importance scoring and confidence calibration
client:Grok
transport:stdio
runtime:pypi
Install MindCore Memory MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mindcore-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"mindcore-memory"
]
}
}
}
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