Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

kflamsted

3
Posts
A member registered 19 days ago

Recent community posts

That's good! Very fast response! :)

No worries about not replying to the email. I just wanted to share my findings so others didn't need to use time debugging it like I did. :D

I'm really enjoying using the godot mcp at the moment. It works really well for me. (using gpt-5.4)

For those who prefer OpenCode instead of Claude Code. This is what I added to the opencode.json file.

"mcp": {
    "godot-mcp-pro": {
             "type": "local",
             "command": ["npx", "/path/to/server/build/index.js"],
             "enabled": true,
             "environment": {
                 "GODOT_MCP_PORT": "6505"
             }
         }
     },

Also if some of you get permission denied when running the mcp, run the following two commands in the terminal:

cd path/to/server/
chmod -R a+x build

This is probably a Linux thing though. 

I've already sent this in an email. Hope it helps.

Thank you for a great product.