{
  "markdown": "Godai\n=====\n\nA CLI for automating the [Godot Engine](https://godotengine.org/) editor -\ncreating and editing scenes, writing scripts, running projects, and more - plus\nan MCP server so AI agents (like Claude) can do the same things.\n\nThis package is a small launcher that runs the prebuilt `godai` binary for your\nplatform, which is installed automatically as an optional dependency.\n\nUsage\n-----\n\nAs a CLI:\n\n```\nnpx -y @snopek-games/godai project list\nnpx -y @snopek-games/godai editor-tool --help\n```\n\nAs an MCP server, with Claude Code:\n\n```\nclaude mcp add godai -- npx -y @snopek-games/godai mcp\n```\n\nOr in any MCP client that uses a JSON configuration file (Claude Desktop,\nCursor, etc):\n\n```json\n{\n  \"mcpServers\": {\n    \"godai\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@snopek-games/godai\", \"mcp\"]\n    }\n  }\n}\n```\n\nRun `npx -y @snopek-games/godai --help` to see the available commands, and\n`npx -y @snopek-games/godai <command> --help` for any one of them.\n\nUpgrading from `@snopek-games/godai-mcp`\n----------------------------------------\n\nThis package replaces `@snopek-games/godai-mcp`. The MCP server is now the\n`mcp` subcommand rather than what the bare command does, so an existing\nconfiguration needs `\"mcp\"` added to its arguments.\n\nSupported platforms\n-------------------\n\n- Linux x86_64 and arm64\n- Windows x86_64 and arm64\n- macOS arm64 (Apple Silicon)\n\nPrebuilt binaries can also be downloaded directly from the\n[releases page](https://gitlab.com/snopek-games/godai/-/releases) if you'd\nrather not use npm.\n\nLicense\n-------\n\nMIT",
  "bytes": 1554,
  "sha": "9194e4f3391de499316e8848c7f3b11a56ea51dfb2e8758b8935380ea597a793",
  "repo_slug": "",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_snopekgames_godai_04557fd4/readme"
}