MCP Server
MCP
io.github.kakarot-dev/deepmiro
Simulate hundreds of AI agents to predict how communities react to events and policies
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "deepmiro-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your DeepMiro API key (get one free at https://deepmiro.org)",
"format": "string",
"isSecret": true,
"name": "DEEPMIRO_API_KEY"
},
{
"description": "Override for self-hosted engine URL (default: https://api.deepmiro.org)",
"format": "string",
"name": "MIROFISH_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment