Skip to content
Zed

deepmiro for Zed

io.github.kakarot-dev/deepmiro

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

client:Zed transport:stdio runtime:npm

Install deepmiro in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "deepmiro": {
      "command": "npx",
      "args": [
        "-y",
        "deepmiro-mcp"
      ],
      "env": {
        "DEEPMIRO_API_KEY": "<DEEPMIRO_API_KEY>",
        "MIROFISH_URL": "<MIROFISH_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

deepmiro in other clients