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.
統合された視覚化サポートを備えた Genesis World シミュレーションを実行するためのモデル コンテキスト プロトコル (MCP) サーバー。stdio トランスポートを使用して、ローカル ランタイム視覚化機能を有効にします。
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 -34461Apache 2.0
- -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 -1910MIT 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 -2MIT License
- -securityFlicense-qualityA demonstration server that automatically generates Model Context Protocol (MCP) servers from OpenAPI specifications, providing seamless integration with FastAPI and supporting various transmission methods like STDIO, HTTP, and SSE.Last updated -