Simulate hundreds of AI agents to predict how communities react to events and policies. Upload any document (PDF, Markdown, text) and DeepMiro spawns a diverse swarm of AI agents that debate, share, and form opinions — then delivers a calibrated prediction report. Free and open-source.
Overview
DeepMiro
Simulate hundreds of AI agents to predict how communities react to events and policies.
Upload any document (PDF, Markdown, text) and DeepMiro spawns a diverse swarm of AI agents that debate, share, and form opinions — then delivers a calibrated prediction report.
Tools
- create_simulation — Start a new prediction from a prompt or uploaded document
- simulation_status — Check progress of a running simulation
- get_report — Fetch the final prediction report
- interview_agent — Chat with any simulated agent post-simulation
- list_simulations — View past simulation runs
- search_simulations — Find simulations by topic
- quick_predict — Fast, lightweight prediction (sync)
Features
- 🔓 Open-source (AGPL-3.0)
- 🐳 Self-hosted via Docker Compose
- ☁️ Hosted option at deepmiro.org
- 🦙 Ollama support for fully offline use
Links
- GitHub: https://github.com/kakarot-dev/deepmiro
- Website: https://deepmiro.org
Server Config
{
"mcpServers": {
"deepmiro": {
"command": "npx",
"args": [
"-y",
"deepmiro-mcp"
],
"env": {
"DEEPMIRO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}