Grey Hack MCP Server
Servidor MCP de Grey Hack
Un servidor de Protocolo de Contexto de Modelo (MCP) para el desarrollo de juegos Grey Hack, diseñado para funcionar con Cursor IDE y otras herramientas compatibles con MCP.
Características
Búsqueda de código en GitHub : encuentre ejemplos de código de Grey Hack en los repositorios de GitHub
Transpilación de Greybel-JS : Convierte GreyScript a JavaScript
Validación de la API de GreyScript : valida el código con la API oficial de Grey Hack
Generación de scripts : genera scripts de plantilla para tareas de juego comunes
Related MCP server: CodeAlive MCP
Instalación
Prerrequisitos
Node.js 18+ instalado
Cursor IDE u otro editor compatible con MCP
Token de API de GitHub (para la funcionalidad de búsqueda de código)
Instalar desde NPM
npm install -g @chromewillow/greyhack-mcp-serverInstalación manual
Clonar el repositorio e instalar las dependencias:
git clone https://github.com/chromewillow/greyhack-mcp-server.git
cd greyhack-mcp-server
npm install
npm run buildUso con Cursor IDE
Uso del archivo de configuración
Cree un archivo .cursor/mcp.json en su espacio de trabajo con el siguiente contenido:
{
"mcpServers": {
"@greyhack-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@chromewillow/greyhack-mcp-server",
"--config",
"{\"GITHUB_TOKEN\":\"your-github-token-here\"}"
]
}
}
}Configuración manual en el cursor
Abrir la configuración del cursor (Cmd/Ctrl + ,)
Vaya a Características → MCP
Haga clic en "+ Agregar nuevo servidor MCP"
Introduzca los siguientes datos:
Nombre:
greyhack-mcp-serverComando:
npxArgumentos:
-y @smithery/cli@latest run @chromewillow/greyhack-mcp-serverVariables de entorno:
GITHUB_TOKEN=your-github-token-here
Herramientas disponibles
1. Búsqueda de código en GitHub
Busque ejemplos de código de Grey Hack en GitHub:
Use the search_greyhack_code tool to find examples of port scanners in Grey Hack2. Transpilación de Greybel-JS
Convertir código GreyScript a JavaScript:
Use the transpile_greyscript tool to convert this Grey Hack code to JavaScript:
get_shell.host_computer.File("/home/user/test.txt")3. Validación de la API de GreyScript
Valide su código contra la API de Grey Hack:
Use the validate_greyscript tool to check if this code is valid in Grey Hack 0.8.0:
router = get_router
ip = router.local_ip4. Generación de scripts
Generar scripts de plantilla para tareas de juego comunes:
Use the generate_greyhack_script tool to create a port scanner for Grey Hack 0.8.0Tipos de script disponibles:
port_scanner: utilidad de escaneo de puertos de redpassword_cracker: Herramienta para descifrar contraseñasfile_browser: utilidad de exploración y manipulación de archivosssh_tool: utilidad de conexión SSHcustom: Plantilla de script personalizada (requiere descripción)
Desarrollo
Construyendo desde la fuente
npm run buildEjecutando en modo de desarrollo
npm run devLicencia
Instituto Tecnológico de Massachusetts (MIT)
Expresiones de gratitud
Este proyecto utiliza:
SDK de TypeScript del protocolo de contexto de modelo
Cliente de GitHub de Smithery
Axios para solicitudes HTTP
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that gives your AI access to the source code and docs of all public github repos
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that integrates with Cursor IDE to provide real-time git-spice documentation search capability.1241ISC

CodeAlive MCPofficial
AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.89MIT- FlicenseNot gradedqualityNot gradedmaintenanceModel Context Protocol server that enables interaction with GitHub repositories, issues, pull requests, and search functionality through natural language.1-
- -licenseCqualityNot gradedmaintenanceA Model Context Protocol server with GitHub API integration that enables interaction with repositories, issues, pull requests, and file management through a standardized interface.1-
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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