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.
Supports installation of the MCP Inspector tool for debugging Genesis World simulations.
Provides runtime environment for the Genesis World simulations, required for version 3.8 or higher.
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:
- Install dependencies from lock file:
- Install MCP Inspector (optional):
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
local-only server
The server can only run on the client's local machine because it depends on local resources.
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
- In one terminal, start the inspector
- In another terminal, start the server with stdio transport
- Run a simulation with Genesis World visualization
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax.Last updated -65Python
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -484TypeScript
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript
- -securityFlicense-qualityA Model Context Protocol (MCP) server that enables Claude to create and manipulate designs in Figma through either a Figma plugin or directly via the Figma API.Last updated -TypeScript