Skip to main content
Glama
banned104

Godot MCP Documentation Server

by banned104

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_documentation_tree

Get a tree-style overview of the documentation folder.

Returns: String containing a directory tree representation of the documentation.

Usage Examples: - get_documentation_overview() -> Full docs tree from root

Note: Files are exposed via get_documentation_resource(file_path: str) resource.

get_documentation_file

Get the content of a specific documentation file.

Args: file_path: Path to the documentation file relative to the docs directory (e.g., "classes/class_camera2d.md").

Returns: The content of the requested documentation file, or an error message if not found.

Usage Example: - get_documentation_file("classes/class_camera2d.md") -> Content of class_camera2d.md

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/banned104/godot-docs-mcp'

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