Skip to main content
Glama

Godot MCP

by Coding-Solo

list_projects

Identify and list Godot projects within a specified directory, optionally searching recursively, to manage and locate game development files efficiently.

Instructions

List Godot projects in a directory

Input Schema

NameRequiredDescriptionDefault
directoryYesDirectory to search for Godot projects
recursiveNoWhether to search recursively (default: false)

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Directory to search for Godot projects", "type": "string" }, "recursive": { "description": "Whether to search recursively (default: false)", "type": "boolean" } }, "required": [ "directory" ], "type": "object" }
Install Server

Other Tools from Godot MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Coding-Solo/godot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server