Odel
deepmiro

deepmiro

Local
@kakarot-dev7PythonAGPL-3.0Updated 3mo ago

Simulate hundreds of AI agents to predict how communities react to events and policies

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdeepmiro-mcpv0.1.2

Run

npx -y deepmiro-mcp

MCP client config

{
  "mcpServers": {
    "deepmiro": {
      "command": "npx",
      "args": [
        "-y",
        "deepmiro-mcp"
      ]
    }
  }
}