deepmiro for Grok
io.github.kakarot-dev/deepmiro
Simulate hundreds of AI agents to predict how communities react to events and policies
client:Grok
transport:stdio
runtime:npm
Install deepmiro in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"deepmiro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepmiro-mcp"
],
"env": {
"DEEPMIRO_API_KEY": "<DEEPMIRO_API_KEY>",
"MIROFISH_URL": "<MIROFISH_URL>"
}
}
}
}
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