Genesis MCP 服务器
用于 Genesis World 模拟的模型上下文协议 (MCP) 服务器,具有可视化支持。
快速入门
开始可视化的最快方法:
这将直接启动使用 stdio 传输进行可视化的 Genesis World 模拟。
传输方法:stdio
此服务器使用stdio 传输,这是 Genesis World 可视化功能所必需的。可视化组件需要本地运行时,无法通过网络传输运行。
设置
先决条件
Python 3.8+
uv 包管理器(
pip install uv
)npm(可选,用于 MCP Inspector)
安装
Linux/macOS
视窗
使用 uv 手动安装
如果您希望手动安装依赖项:
创建虚拟环境:
uv venv .venv source .venv/bin/activate # Linux/macOS .venv\Scripts\activate.bat # Windows从锁文件安装依赖项:
uv pip install -r requirements.lock uv pip install -e . uv pip install genesis==0.2.1 --no-deps安装 MCP Inspector(可选):
npm install -g @modelcontextprotocol/inspector@0.6.0
运行服务器
使用以下配置配置 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 传输来启用本地运行时可视化功能。
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 -32462Apache 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 -7010MIT 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 -