Godot Agent Loop
Rank #6,189io.github.beremaran/godot-agent-loop
Evidence-first MCP automation loop with 167 tested tools for Godot 4
Godot Agent Loop is a Model Context Protocol (MCP) server published by beremaran. It ranks #6,189 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Godot Agent Loop is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 14, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 109,271 of 115,460 servers on MCP Toplist.
Use Godot Agent Loop
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add godot-agent-loop -- npx -y @beremaran/godot-agent-loop[mcp_servers.godot-agent-loop]
command = "npx"
args = ["-y", "@beremaran/godot-agent-loop"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"godot-agent-loop": {
"command": "npx",
"args": [
"-y",
"@beremaran/godot-agent-loop"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"godot-agent-loop": {
"command": "npx",
"args": [
"-y",
"@beremaran/godot-agent-loop"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"godot-agent-loop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@beremaran/godot-agent-loop"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"godot-agent-loop": {
"command": "npx",
"args": [
"-y",
"@beremaran/godot-agent-loop"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"godot-agent-loop": {
"command": "npx",
"args": [
"-y",
"@beremaran/godot-agent-loop"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.beremaran%2Fgodot-agent-loop)<a href="https://mcptoplist.com/server/io.github.beremaran%2Fgodot-agent-loop"><img src="https://mcptoplist.com/badge/io.github.beremaran%2Fgodot-agent-loop.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
beremaran
Other servers by beremaran
View all beremaran servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 15, 2026 |
Frequently asked questions
- Who maintains Godot Agent Loop?
- Godot Agent Loop is maintained by beremaran, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Godot Agent Loop listed on the Official MCP Registry?
- Yes — Godot Agent Loop is listed on the Official MCP Registry, alongside Glama.
- How many versions does Godot Agent Loop have?
- MCP Toplist tracks 1 version of Godot Agent Loop, most recently published on Jul 15, 2026.
- Where can I find the source code for Godot Agent Loop?
- The source code for Godot Agent Loop is hosted at github.com/beremaran/godot-agent-loop.