그레이 해킹 MCP 서버
Cursor IDE 및 기타 MCP 호환 도구와 함께 작동하도록 설계된 Grey Hack 게임 개발을 위한 MCP(모델 컨텍스트 프로토콜) 서버입니다.
특징
- GitHub 코드 검색 : GitHub 저장소에서 Grey Hack 코드 예제 찾기
- Greybel-JS 변환 : GreyScript를 JavaScript로 변환
- GreyScript API 검증 : 공식 Grey Hack API에 대한 코드 검증
- 스크립트 생성 : 일반적인 게임 작업에 대한 템플릿 스크립트 생성
설치
필수 조건
- Node.js 18+ 설치됨
- 커서 IDE 또는 다른 MCP 호환 편집기
- GitHub API 토큰(코드 검색 기능용)
NPM에서 설치
지엑스피1
수동 설치
저장소를 복제하고 종속성을 설치합니다.
커서 IDE와 함께 사용
구성 파일 사용
작업 공간에 다음 내용으로 .cursor/mcp.json
파일을 만듭니다.
커서의 수동 구성
- 커서 설정 열기(Cmd/Ctrl + ,)
- 기능 → MCP로 이동
- "+ 새 MCP 서버 추가"를 클릭하세요
- 다음 세부 정보를 입력하세요.
- 이름:
greyhack-mcp-server
- 명령어:
npx
- 인수:
-y @smithery/cli@latest run @chromewillow/greyhack-mcp-server
- 환경 변수:
GITHUB_TOKEN=your-github-token-here
- 이름:
사용 가능한 도구
1. GitHub 코드 검색
GitHub에서 Grey Hack 코드 예제를 검색하세요:
2. Greybel-JS 번역
GreyScript 코드를 JavaScript로 변환:
3. GreyScript API 검증
Grey Hack API에 대해 코드를 검증하세요.
4. 스크립트 생성
일반적인 게임 작업에 대한 템플릿 스크립트를 생성합니다.
사용 가능한 스크립트 유형:
port_scanner
: 네트워크 포트 스캐닝 유틸리티password_cracker
: 비밀번호 해독 도구file_browser
: 파일 탐색 및 조작 유틸리티ssh_tool
: SSH 연결 유틸리티custom
: 사용자 정의 스크립트 템플릿(설명 필요)
개발
소스에서 빌드
개발 모드에서 실행
특허
MIT
감사의 말
이 프로젝트에서는 다음을 사용합니다.
- 모델 컨텍스트 프로토콜 TypeScript SDK
- Smithery GitHub 클라이언트
- HTTP 요청을 위한 Axios
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Cursor IDE와 함께 사용하면 GitHub 코드 검색, GreyScript 검증, 스크립트 생성, Greybel-JS 변환 기능을 제공하여 Grey Hack 게임 개발을 향상시키는 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- -securityAlicense-qualityAn unofficial JavaScript SDK to create customized servers for the Model Context Protocol, allowing definition of prompts, resources, and tools for tailored interactions.Last updated -62JavaScriptApache 2.0
- -securityFlicense-qualityA Model Context Protocol server for Unity game development that enables users to manage projects, edit scenes, create prefabs, and generate scripts through natural language integration with Smithery.ai.Last updated -TypeScript
- -securityAlicense-qualityA Model Context Protocol server that integrates Figma design files with AI coding tools like Cursor, Windsurf, and Cline, allowing AI tools to access and understand Figma design data for generating more accurate code.Last updated -1246TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.Last updated -17PythonMIT License