Genesis MCP サーバー
視覚化をサポートする Genesis World シミュレーション用の Model Context Protocol (MCP) サーバー。
クイックスタート
視覚化を始めるための最も早い方法:
これにより、stdio トランスポートを使用した視覚化を伴う Genesis World シミュレーションが直接開始されます。
転送方法: stdio
このサーバーは、Genesis World の視覚化機能に必要な標準入出力トランスポートを使用しています。視覚化コンポーネントはローカルランタイムを必要とするため、ネットワークトランスポート経由では動作しません。
設定
前提条件
- Python 3.8以上
- uv パッケージ マネージャー (
pip install uv
) - npm (オプション、MCP Inspector 用)
インストール
Linux/macOS
ウィンドウズ
UVを使用した手動インストール
依存関係を手動でインストールする場合:
- 仮想環境を作成します。
- ロック ファイルから依存関係をインストールします。
- MCP Inspector をインストールします (オプション):
サーバーの実行
MCP インスペクターを次のように構成します。
- トランスポートタイプ: STDIO
- コマンド: python
- 引数: server.py
利用可能なリソース
世界情報
Genesis World の機能に関する情報を入手します:
利用可能なツール
シミュレーションを実行する
提供されたコードとパラメータを使用して Genesis World シミュレーションを実行します。
MCPクライアント
リポジトリには視覚化用の stdio クライアントが含まれています。
楽しいハッキングを!
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 トランスポートを使用して、ローカル ランタイム視覚化機能を有効にします。
- クイックスタート
- 転送方法: stdio
- 設定
- サーバーの実行
- 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