Solitaire for Agents for Grok
io.github.prdicta/solitaire
Identity infrastructure for AI agents. Evolving persona, session continuity, self-tuning retrieval.
client:Grok
transport:stdio
runtime:pypi
Install Solitaire for Agents in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"solitaire": {
"type": "stdio",
"command": "uvx",
"args": [
"solitaire-ai"
]
}
}
}
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