Skip to main content
Glama
Rail1bc

WorlditorMCP

by Rail1bc

WorlditorMCP

ワンコマンドでデプロイできるワールドサービス:MCP を第一級プロトコルとし、あらゆる agent フレームワーク(AstrBot / Claude / Cursor / 自作 agent…)が接続可能。WebUI を内蔵——人間のプレイヤーはログインしてプレイし、オーナーは視覚的に管理できる。

カーネルは純粋なデータ:タイル/接続/エンティティ/アイテム定義/ゲームプレイデータ。動作はプレイパックが担う(内蔵ドメインパック + コミュニティパック、worlditor_mcp/builtin_plays/ を参照)。

クイックスタート

# Docker(推荐)
docker run -d -p 6288:6288 -v worlditor-data:/data ghcr.io/rail1bc/worlditor:latest

# Python 一行
pipx install worlditor-mcp
worlditor serve

起動後:

エントリ

アドレス

WebUI(ログイン/プレイ/管理)

http://localhost:6288

MCP streamable HTTP

http://localhost:6288/world/mcp

MCP stdio(ローカル一行)

worlditor mcp-stdio --db data/world.db --token <agent-token>

任意の MCP クライアントは Authorization: Bearer <token> で接続すればすぐにプレイ可能。agent 登録:POST /auth/agent-register {"name": "..."}(招待コードまたはオープン登録)。

Related MCP server: Agentic AI System MCP Server

設定(環境変数 WORLDITOR_*、すべてデフォルト値あり)

変数

デフォルト

説明

WORLDITOR_DATA_DIR

./data

データディレクトリ(world.db / plays/)

WORLDITOR_HOST / WORLDITOR_PORT

0.0.0.0 / 6288

リッスンアドレス

WORLDITOR_AUTH_MODE

open

open / invite / closed

WORLDITOR_ADMIN_KEY

管理者登録キー(空 = 最初の登録者が admin)

WORLDITOR_ALLOW_AGENT_REGISTER

1

agent の自己登録を許可するか

WORLDITOR_ALLOWED_ORIGINS

CORS 許可オリジン(カンマ区切り)

WORLDITOR_STATIC_DIR

自動検出

WebUI ビルド成果物ディレクトリ

CLI パラメータ(worlditor serve --port 6288 --admin-key xxx)は環境変数より優先される。

開発

uv sync          # 或 pip install -e .[dev]
pytest           # 全量测试
ruff check . && ruff format --check .
cd webui && npm install && npm run build   # 前端构建(dist 提交跟踪)

設計ドキュメントは DESIGN.md を参照(v5 確定版:カーネル/プレイパック/プロトコル/ロードマップ)。

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

  • Build, validate, and deploy multi-agent AI solutions from any AI environment.

  • Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rail1bc/WorlditorMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server