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

Rosh MCP 서버

Rosh를 사용하여 대화형 웹 앱, 게임, 3D 장면을 만들고 게시할 수 있는 기능을 모든 AI에 제공하세요 — 평범한 영어로 작성하는 프로그래밍 언어입니다.

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 캔버스 앱, Phaser 게임 또는 Three.js 3D 장면으로 컴파일됩니다.

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를 지원하는 모든 AI와 함께 사용해 보세요:

  • "우주 슈팅 게임을 만들어 줘" — AI가 문서를 읽고, Rosh 코드를 작성하고, Phaser로 컴파일합니다

  • "3D 회전 조각품 만들기" — Three.js로 컴파일됩니다

  • "버튼과 카운터가 있는 대화형 대시보드 만들기" — 웹으로 컴파일됩니다

  • "Rosh가 무엇을 할 수 있는지 보여 줘" — AI가 rosh_docs를 호출하고 탐색합니다

환경 변수

변수

필수

기본값

설명

ROSH_API_KEY

rosh.cloud API 키

ROSH_API_BASE

아니요

https://rosh.cloud

API 기본 URL

개발

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