Genesis MCP Server
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Enables cloning of repositories from GitHub, used for retrieving the MCP server codebase.
Provides OS-level support for running Genesis World simulations with specific setup instructions.
Provides OS-level support for running Genesis World simulations with specific setup instructions.
Genesis MCP Server
A Model Context Protocol (MCP) server for Genesis World simulations with visualization support.
Quick Start
For the fastest way to get started with visualization:
This will directly start a Genesis World simulation with visualization using stdio transport.
Transport Method: stdio
This server uses stdio transport which is required for Genesis World visualization features. The visualization components require a local runtime and cannot work over network transports.
Setup
Prerequisites
- Python 3.8+
- uv package manager (
pip install uv
) - npm (optional, for MCP Inspector)
Installation
Linux/macOS
Windows
Manual Installation with uv
If you prefer to install dependencies manually:
- Create a virtual environment:Copy
- Install dependencies from lock file:Copy
- Install MCP Inspector (optional):Copy
Running the Server
Configure the MCP Inspector with:
- Transport Type: STDIO
- Command: python
- Arguments: server.py
Available Resources
World Info
Get information about Genesis World features:
Available Tools
Run Simulation
Run a Genesis World simulation with provided code and parameters:
MCP Client
The repository includes stdio client for visualization:
Happy hacking!
This server cannot be installed
A Model Context Protocol (MCP) server for running Genesis World simulations with integrated visualization support, using stdio transport to enable local runtime visualization features.
- Quick Start
- Transport Method: stdio
- Setup
- Running the Server
- Available Resources
- Available Tools
- MCP Client