mcpbeat Sign in

Vivarium MCP Server

by rongchang726-png Your server? Claim it
local only

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.

Installs per day peak 23 · avg 5 · +56% w/w
a month agotoday
24
Installs / week
npm · vivarium-mcp
0
Stars
0 open issues
3 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add vivarium -- npx -y vivarium-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vivarium": {
      "args": [
        "-y",
        "vivarium-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vivarium]
command = "npx"
args = ["-y", "vivarium-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vivarium": {
      "args": [
        "-y",
        "vivarium-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Vivarium

same job, measured the same way
Alphalabs Intelligence
by pak209

Live trading-pipeline intelligence for AI agents: signal scoring, calibration, recorded outcomes.

6 tools answering
Hatch
by viberooster

Hosting for AI agents: publish a live website in one tool call, ephemeral or forever.

19 tools answering
Inferenceindexer MCP
by desmartin01

AI inference pricing for agents: live and historical model prices, provider comparison.

388 installs/wk 10 tools answering
Memshelf MCP
by ignatenkofi

Working memory for AI agents: digest-indexed episodes on a git shelf, recalled a section at a time.

80 installs/wk local only
A Mem MCP
by diaaaj

Self-evolving memory system for AI agents

208 installs/wk local only
Actionlayer
by actionlayer

Concierge for AI agents: takes action in the physical world — book, order, register, resolve.

79 installs/wk answering
Rigor MCP
by mrnh

Verified statistical inference for AI agents: hypothesis tests, sequential testing, power.

112 installs/wk local only
Scripthold
by zoster81

Secure encoding-aware local workspace runtime for AI agents

local only

Vivarium — questions

Answers built from our own checks of this server.

Why is there no uptime for Vivarium?
Vivarium runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vivarium-mcp was installed 24 times last week.
How do I connect Vivarium?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vivarium-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vivarium?
The npm package vivarium-mcp was installed 24 times in the last week. Week over week that is +56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vivarium open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.