deepmiro for Cursor
io.github.kakarot-dev/deepmiro
Simulate hundreds of AI agents to predict how communities react to events and policies
client:Cursor
transport:stdio
runtime:npm
Install deepmiro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deepmiro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepmiro-mcp"
],
"env": {
"DEEPMIRO_API_KEY": "<DEEPMIRO_API_KEY>",
"MIROFISH_URL": "<MIROFISH_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs