Skip to main content
Glama
rosh-studio
by rosh-studio

Rosh MCP Server

Дайте любому ИИ возможность создавать и публиковать интерактивные веб-приложения, игры и 3D-сцены с помощью Rosh — языка программирования на простом английском.

Что такое Rosh?

Rosh позволяет писать программы на простом английском:

create box called player at 400 300
set player color "blue"
on key "ArrowRight" then set player x to player x + 5

Это компилируется в запускаемое HTML5 canvas-приложение, игру на Phaser или 3D-сцену на Three.js — в зависимости от цели.

Related MCP server: maige-3d-mcp

Быстрый старт

Claude Desktop / Claude Code

Добавьте в ваш MCP-конфиг (~/.claude/mcp.json или настройки Claude Desktop):

{
  "mcpServers": {
    "rosh": {
      "command": "uvx",
      "args": ["rosh-mcp"],
      "env": {
        "ROSH_API_KEY": "rosh_k1_your_key_here"
      }
    }
  }
}

Cursor / Windsurf

Тот же формат конфигурации — добавьте в ваш файл настроек MCP.

Получите API-ключ

  1. Создайте аккаунт на rosh.cloud

  2. Перейдите в Настройки → API-ключи

  3. Создайте ключ с областями read,write

Примечание: Все инструменты требуют API-ключ — установите ROSH_API_KEY перед запуском сервера.

Инструменты

Инструмент

Описание

Требуется авторизация

rosh_docs

Получить полную справку по языку Rosh

Да (чтение)

rosh_compile

Скомпилировать код Rosh в HTML

Да (чтение)

rosh_publish

Опубликовать программу на rosh.cloud

Да (запись)

rosh_list_programs

Список ваших программ

Да (чтение)

rosh_get_program

Получить детали программы по ID

Да (чтение)

rosh_update_program

Обновить существующую программу

Да (запись)

rosh_delete_program

Удалить программу

Да (запись)

rosh_hide_program

Скрыть программу (модерация)

Да (модерация)

rosh_show_program

Показать программу снова

Да (модерация)

Примеры запросов

Попробуйте эти запросы с любым ИИ, поддерживающим MCP:

  • "Создай мне космический шутер" — ИИ читает документацию, пишет код на Rosh, компилирует в Phaser

  • "Создай 3D-вращающуюся скульптуру" — компилируется в Three.js

  • "Сделай интерактивную панель с кнопками и счётчиками" — компилируется в веб

  • "Покажи, что умеет Rosh" — ИИ вызывает rosh_docs и изучает

Переменные окружения

Переменная

Обязательная

По умолчанию

Описание

ROSH_API_KEY

Да

Ваш API-ключ rosh.cloud

ROSH_API_BASE

Нет

https://rosh.cloud

Базовый URL API

Разработка

git clone https://github.com/rosh-studio/rosh-mcp.git
cd rosh-mcp
pip install -e .
rosh-mcp  # runs the stdio server

Лицензия

MIT

Install Server
A
license - permissive license
A
quality
C
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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables building WebAR experiences using natural language through tools for Three.js scene creation, project management, and asset integration within 8th Wall Desktop. It supports advanced features like face tracking, image targets, and automated 3D model management.
    7
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to control and manipulate live 3D scenes across frameworks like Three.js, A-Frame, and Babylon.js using a comprehensive set of object and environment tools. It features an integrated in-world chat system that allows for real-time scene modifications directly from within the 3D canvas.
    33
    15
    3
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Enables AI agents to create, render, and validate 3D scenes, 2D art, and games in HTML canvas using Three.js, WebGL, or Canvas 2D, with multi-angle screenshots, structured validation reports, and interactive playtesting.
    5

View all related MCP servers

Related MCP Connectors

  • Build, version, review, and export websites, web apps, and games from a conversation.

  • Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.

  • Build personal interactive apps with real URLs and persistent storage, using any AI.

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/rosh-studio/rosh-mcp'

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