Token导航 LogoToken导航TokenDH.com
Genesis MCP Server logo
运维云端HTTP官方级别未说明来源级核验

Genesis MCP Server

MCP Server

Genesis MCP Server是一个支持可视化的模型上下文协议服务器,专为Genesis World模拟设计,提供本地运行时和stdio传输支持。

工具数

0

提示词数

0

GitHub Stars

4

资源数

0
Python云端部署Docker

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

dustland

提供方

dustland

最后核验

2026/5/17 20:22

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install uv

详细介绍

Genesis MCP服务器

用于Genesis World模拟的模型上下文协议(MCP)服务器,支持可视化。

快速开始

要了解开始可视化的最快方法:

# Run the simplified setup script (only installs what's needed)
./setup.sh

# Run the stdio client (opens a visualization window)
./examples/stdio_client.py

这将直接启动Genesis World模拟,并使用stdio传输进行可视化。

运输方式:stdio

此服务器使用 stdio传输 这是Genesis World可视化功能所必需的。 可视化组件需要本地运行时,无法通过网络传输工作。

设置

先决条件

  • Python 3.8+
  • uv包管理器(pip install uv)
  • npm(可选,用于MCP检查器)

安装

Linux/macOS

# Clone the repository
git clone https://github.com/username/genesis-mcp.git
cd genesis-mcp

# Run the setup script
./setup.sh

# Activate the virtual environment
source .venv/bin/activate

视窗

# Clone the repository
git clone https://github.com/username/genesis-mcp.git
cd genesis-mcp

# Run the setup script
setup.bat

# Activate the virtual environment
.venv\Scripts\activate.bat

紫外线手动安装

如果您更喜欢手动安装依赖项:

  1. 创建虚拟环境:
   uv venv .venv
   source .venv/bin/activate  # Linux/macOS
   .venv\Scripts\activate.bat  # Windows
  1. 从锁文件安装依赖项:
   uv pip install -r requirements.lock
   uv pip install -e .
   uv pip install genesis==0.2.1 --no-deps
  1. 安装MCP检查器(可选):
   npm install -g @modelcontextprotocol/inspector@0.6.0

运行服务器

# Run with stdio transport (required for visualization)
./start.sh

### Using with the MCP Inspector

To use with the MCP Inspector for debugging:

In one terminal, start the inspector

mcp-inspector

In another terminal, start the server with stdio transport

python server.py


配置MCP检查器:

- 传输类型:STDIO
- 命令:python
- 参数:server.py

## 可用资源

### 世界资讯

获取有关Genesis World功能的信息:

world_info://{name}


## 可用工具

### 仿真运行

使用提供的代码和参数运行Genesis World模拟:

run_simulation


## MCP客户端

存储库包括用于可视化的stdio客户端:

Run a simulation with Genesis World visualization

./examples/stdio_client.py


黑客快乐!

目录标签

目录标签

Python云端部署Docker模型模拟本地部署可视化支持本地运行时stdio传输

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

部署方式(deploymentType,部署类型)

local-only

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

HTTPnonelocal-only

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP