A Grey Hack server for Cursor IDE, providing GitHub code search, Greybel-JS transpilation, API validation, and script generation.
A Model Context Protocol (MCP) server for Grey Hack game development, designed to work with Cursor IDE and other MCP-compatible tools.
npm install -g @chromewillow/greyhack-mcp-server
Clone the repository and install dependencies:
git clone https://github.com/chromewillow/greyhack-mcp-server.git
cd greyhack-mcp-server
npm install
npm run build
Create a .cursor/mcp.json
file in your workspace with the following content:
{
"mcpServers": {
"@greyhack-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@chromewillow/greyhack-mcp-server",
"--config",
"{\"GITHUB_TOKEN\":\"your-github-token-here\"}"
]
}
}
}
greyhack-mcp-server
npx
-y @smithery/cli@latest run @chromewillow/greyhack-mcp-server
GITHUB_TOKEN=your-github-token-here
Search for Grey Hack code examples on GitHub:
Use the search_greyhack_code tool to find examples of port scanners in Grey Hack
Convert GreyScript code to JavaScript:
Use the transpile_greyscript tool to convert this Grey Hack code to JavaScript:
get_shell.host_computer.File("/home/user/test.txt")
Validate your code against the 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
Generate template scripts for common game tasks:
Use the generate_greyhack_script tool to create a port scanner for Grey Hack 0.8.0
Available script types:
port_scanner
: Network port scanning utilitypassword_cracker
: Password cracking toolfile_browser
: File browsing and manipulation utilityssh_tool
: SSH connection utilitycustom
: Custom script template (requires description)npm run build
npm run dev
MIT
This project uses:
A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
Captures and manages stdout logs from multiple processes via a named pipe system for real-time debugging and analysis.
A proxy server that enables existing REST APIs to be used as Model Context Protocol (MCP) servers.
Enable AI Agents to fix Playwright test failures reported to Currents.
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
A Python REPL with persistent sessions and automatic dependency management using uv.
An AI-powered MCP server for analyzing NPM package security, dependencies, and performance.
Fetches API information from Feishu OpenAPI for seamless integration and management within an IDE.
A comprehensive crash course on the Model Context Protocol (MCP), covering everything from basic concepts to building production-ready MCP servers and clients in Python.
A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.