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
{
"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