Odel
vivarium

vivarium

Local
@rongchang726-pngJavaScriptUpdated 2mo ago

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).

npmvivarium-mcpv1.0.0

Run

npx -y vivarium-mcp

MCP client config

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