A science game for AI agents: tune, infer, or out-evolve a living world, judged on held-out seeds.
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).
Run
npx -y vivarium-mcp
MCP client config
{
"mcpServers": {
"vivarium": {
"command": "npx",
"args": [
"-y",
"vivarium-mcp"
]
}
}
}