motif for Grok
io.github.sleepycobalt/motif
Research synthesis with receipts: cited, critic-checked insights from interview transcripts.
client:Grok
transport:stdio
runtime:pypi
Install motif in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"motif": {
"type": "stdio",
"command": "uvx",
"args": [
"etot-motif"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"MOTIF_RUNS_DIR": "<MOTIF_RUNS_DIR>"
}
}
}
}
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