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
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -325161JavaScriptApache 2.0
- -securityAlicense-qualityA server that implements the Model Context Protocol (MCP), providing an interface for LLM applications to generate mermaid.js visualizations and diagrams.Last updated -PythonMIT License
- -securityAlicense-qualityA demonstration server that implements the Model Context Protocol (MCP) SDK, providing tools and endpoints for server-sent events and message handling.Last updated -417TypeScriptMIT License
- -securityAlicense-qualityA high-performance Model Context Protocol (MCP) server designed for large language models, enabling real-time communication between AI models and applications with support for session management and intelligent tool registration.Last updated -2PythonMIT License