Get the FREE Ultimate OpenClaw Setup Guide →

baba_is_eval

Claude et al. play the brilliant puzzle title "Baba is You"

How to use

The baba_is_eval MCP server allows you to engage with the puzzle mechanics of the acclaimed game "Baba is You". By leveraging this server, you can evaluate and manipulate game states, providing a dynamic environment for testing logic and problem-solving strategies in a structured manner. Developers can use it to run simulations or develop tools related to the game's logic and rules.

Once connected to the baba_is_eval server, you can send commands to evaluate game states or query specific configurations within the game. While specific tools are not documented, you can interact with the server by sending JSON-formatted requests containing game rules and configurations. It's best to structure your queries to define the current state of the game and the rules you wish to evaluate, allowing you to explore various scenarios effectively.

How to install

Prerequisites

Ensure you have Node.js installed on your system, as it is required to run the MCP server.

Option A: Quick Start with npx

You can quickly start the baba_is_eval server without installing it globally by using the following command:

npx -y github:lennart-finke/baba_is_eval

Option B: Global Install Alternative

If you prefer to install the server globally, you can clone the repository and run it directly:

git clone https://github.com/lennart-finke/baba_is_eval.git
cd baba_is_eval
npm install
node server.js

Make sure to replace server.js with the actual entry point if it's different.

Additional notes

When configuring the baba_is_eval server, you may need to set environment variables related to the game state or rules you wish to evaluate. Pay attention to any JSON schema requirements when sending requests, as incorrect formatting could lead to errors. Additionally, ensure your Node.js environment is up to date to avoid compatibility issues.

Related MCP Servers

Sponsor this space

Reach thousands of developers