Godot Gut MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from pypi. Last commit 2 Jul 2026.
Servidor MCP que permite ejecutar tests de Godot con GUT desde cualquier IA
We read the source, 3 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add godot-gut-mcp -- uvx godot-gut-mcp
{
"mcpServers": {
"godot-gut-mcp": {
"args": [
"godot-gut-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.godot-gut-mcp]
command = "uvx"
args = ["godot-gut-mcp"]
{
"mcpServers": {
"godot-gut-mcp": {
"args": [
"godot-gut-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"godot-gut-mcp": {
"args": [
"godot-gut-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
GODOT_PATH (Ruta al ejecutable de Godot (por ejemplo C:/ruta/a/godot.exe)), GODOT_PROJECT_PATH (Ruta a la carpeta del proyecto de Godot (la que contiene project.godot)).
The author declared them in the registry entry; get the values from the project itself.
Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.
Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
Penetration Testing Cost: the site's own MCP server — enquiry (enquiry = a human handoff, not a...
Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs
Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.
MCP server for API testing: HTTP requests, cURL generation, health checks.
MCP server for Cucumber Studio - test scenarios, action words, and execution data
Answers built from our own checks of this server.