That's good! Very fast response! :)
kflamsted
3
Posts
A member registered 19 days ago
Recent community posts
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.