
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@snopek-games/godai
Advanced tools
A CLI for automating the Godot Engine editor - creating and editing scenes, writing scripts, running projects, and more - plus an MCP server so AI agents (like Claude) can do the same things.
This package is a small launcher that runs the prebuilt godai binary for your
platform, which is installed automatically as an optional dependency.
As a CLI:
npx -y @snopek-games/godai project list
npx -y @snopek-games/godai editor-tool --help
As an MCP server, with Claude Code:
claude mcp add godai -- npx -y @snopek-games/godai mcp
Or in any MCP client that uses a JSON configuration file (Claude Desktop, Cursor, etc):
{
"mcpServers": {
"godai": {
"command": "npx",
"args": ["-y", "@snopek-games/godai", "mcp"]
}
}
}
Run npx -y @snopek-games/godai --help to see the available commands, and
npx -y @snopek-games/godai <command> --help for any one of them.
@snopek-games/godai-mcpThis package replaces @snopek-games/godai-mcp. The MCP server is now the
mcp subcommand rather than what the bare command does, so an existing
configuration needs "mcp" added to its arguments.
Prebuilt binaries can also be downloaded directly from the releases page if you'd rather not use npm.
MIT
Release v0.5.0
Changes since v0.4.2:
EditorDock that can put in any slotFAQs
Godot automation CLI, with an MCP server for AI agents
The npm package @snopek-games/godai receives a total of 32 weekly downloads. As such, @snopek-games/godai popularity was classified as not popular.
We found that @snopek-games/godai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.