Persome for Grok
io.github.intuition-lab/personal-model
Local-first personal memory and model server for trusted MCP agents on macOS.
client:Grok
transport:stdio
runtime:pypi
Install Persome in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"personal-model": {
"type": "stdio",
"command": "uvx",
"args": [
"personal-model"
]
}
}
}
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