Godot Agent Loop for VS Code
io.github.beremaran/godot-agent-loop
MCP automation loop with 167 tested tools for Godot 4
client:VS Code
transport:stdio
runtime:npm
Install Godot Agent Loop in VS Code
.vscode/mcp.json
{
"servers": {
"godot-agent-loop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@beremaran/godot-agent-loop"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs