Vivarium runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 3 Jul 2026.
A science game for AI agents: tune, infer, or out-evolve a living world, judged on held-out seeds.
Today is the operative word: we check Vivarium every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add vivarium -- npx -y vivarium-mcp
{
"mcpServers": {
"vivarium": {
"args": [
"-y",
"vivarium-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.vivarium]
command = "npx"
args = ["-y", "vivarium-mcp"]
{
"mcpServers": {
"vivarium": {
"args": [
"-y",
"vivarium-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"vivarium": {
"args": [
"-y",
"vivarium-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
VIVARIUM_URL (Base URL of the Vivarium game server to play against. Defaults to the public deployment (https://vivarium-game.onrender.com).), VIVARIUM_AGENT (The name this client registers under on the game's leaderboard. Defaults to 'mcp-agent'.).
The author declared them in the registry entry; get the values from the project itself.
Live trading-pipeline intelligence for AI agents: signal scoring, calibration, recorded outcomes.
Hosting for AI agents: publish a live website in one tool call, ephemeral or forever.
AI inference pricing for agents: live and historical model prices, provider comparison.
Working memory for AI agents: digest-indexed episodes on a git shelf, recalled a section at a time.
Self-evolving memory system for AI agents
Concierge for AI agents: takes action in the physical world — book, order, register, resolve.
Verified statistical inference for AI agents: hypothesis tests, sequential testing, power.
Secure encoding-aware local workspace runtime for AI agents
Answers built from our own checks of this server.