MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
{
"mcpServers": {
"coding-sologodot": {
"command": "npx",
"args": [
"-y",
"@coding-solo/godot-mcp"
]
}
}
}