Skip to main content
Glama

Grey Hack MCP Server

그레이 해킹 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

수동 설치

저장소를 복제하고 종속성을 설치합니다.

git clone https://github.com/chromewillow/greyhack-mcp-server.git cd greyhack-mcp-server npm install npm run build

커서 IDE와 함께 사용

구성 파일 사용

작업 공간에 다음 내용으로 .cursor/mcp.json 파일을 만듭니다.

{ "mcpServers": { "@greyhack-mcp-server": { "command": "npx", "args": [ "-y", "@smithery/cli@latest", "run", "@chromewillow/greyhack-mcp-server", "--config", "{\"GITHUB_TOKEN\":\"your-github-token-here\"}" ] } } }

커서의 수동 구성

  1. 커서 설정 열기(Cmd/Ctrl + ,)
  2. 기능 → MCP로 이동
  3. "+ 새 MCP 서버 추가"를 클릭하세요
  4. 다음 세부 정보를 입력하세요.
    • 이름: greyhack-mcp-server
    • 명령어: npx
    • 인수: -y @smithery/cli@latest run @chromewillow/greyhack-mcp-server
    • 환경 변수: GITHUB_TOKEN=your-github-token-here

사용 가능한 도구

1. GitHub 코드 검색

GitHub에서 Grey Hack 코드 예제를 검색하세요:

Use the search_greyhack_code tool to find examples of port scanners in Grey Hack

2. Greybel-JS 번역

GreyScript 코드를 JavaScript로 변환:

Use the transpile_greyscript tool to convert this Grey Hack code to JavaScript: get_shell.host_computer.File("/home/user/test.txt")

3. GreyScript API 검증

Grey Hack API에 대해 코드를 검증하세요.

Use the validate_greyscript tool to check if this code is valid in Grey Hack 0.8.0: router = get_router ip = router.local_ip

4. 스크립트 생성

일반적인 게임 작업에 대한 템플릿 스크립트를 생성합니다.

Use the generate_greyhack_script tool to create a port scanner for Grey Hack 0.8.0

사용 가능한 스크립트 유형:

  • port_scanner : 네트워크 포트 스캐닝 유틸리티
  • password_cracker : 비밀번호 해독 도구
  • file_browser : 파일 탐색 및 조작 유틸리티
  • ssh_tool : SSH 연결 유틸리티
  • custom : 사용자 정의 스크립트 템플릿(설명 필요)

개발

소스에서 빌드

npm run build

개발 모드에서 실행

npm run dev

특허

MIT

감사의 말

이 프로젝트에서는 다음을 사용합니다.

  • 모델 컨텍스트 프로토콜 TypeScript SDK
  • Smithery GitHub 클라이언트
  • HTTP 요청을 위한 Axios
-
security - not tested
F
license - not found
-
quality - not tested

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 게임 개발을 향상시키는 모델 컨텍스트 프로토콜 서버입니다.

  1. 특징
    1. 설치
      1. 필수 조건
      2. NPM에서 설치
      3. 수동 설치
    2. 커서 IDE와 함께 사용
      1. 구성 파일 사용
      2. 커서의 수동 구성
    3. 사용 가능한 도구
      1. GitHub 코드 검색
      2. Greybel-JS 번역
      3. GreyScript API 검증
      4. 스크립트 생성
    4. 개발
      1. 소스에서 빌드
      2. 개발 모드에서 실행
    5. 특허
      1. 감사의 말

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          An unofficial JavaScript SDK to create customized servers for the Model Context Protocol, allowing definition of prompts, resources, and tools for tailored interactions.
          Last updated -
          6
          2
          JavaScript
          Apache 2.0
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          A 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
        • -
          security
          A
          license
          -
          quality
          A 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 -
          124
          6
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.
          Last updated -
          17
          Python
          MIT License

        View all related MCP servers

        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/chromewillow/greyhack-mcp-server'

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