MCP server for Godot documentation
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-nihilantropy-godot-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Godot MCP Documentation Server [](https://www.docker.com/) [](https://godotengine.org/) [](https://modelcontextprotocol.io/) [](https://opensource.org/licenses/MIT) A Model Context Protocol (MCP) server that provides AI assistants with access to the complete Godot Engine documentation, helping developers with Godot development by serving documentation directly to LLMs. ## Purpose This server bridges the gap between AI assistants and Godot documentation, allowing developers to get instant, accurate answers about Godot classes, tutorials, and features without leaving their AI chat interface. ## Deployment 1. **Clone the repository:** ```bash git clone https://github.com/Nihilantropy/godot-mcp-docs.git cd godot-mcp-docs ``` 2. **Build the Docker image:** ```bash docker build -f deploy/Dockerfile -t godot-mcp-docs:local . ``` 3. **Configure your MCP client** (Claude Desktop example): ```json { "mcpServers": { "godot-mcp-docs": { "command": "docker", "args": [ "run", "--rm", "-i", "godot-mcp-docs:local" ] } } } ``` ## Documentation Structure The server provides access to the complete official Godot documentation with this structure: ``` docs/ ├── _styleguides ├── _tools │ └── redirects ├── about ├── classes ├── community │ └── asset_library ├── contributing │ ├── development │ │ ├── compiling │ │ ├── configuring_an_ide │ │ ├── core_and_modules │ │ ├── debugging │ │ │ └── vulkan │ │ ├── editor │ │ └── file_formats │ ├── documentation │ └── workflow ├── getting_started │ ├── first_2d_game │ ├── first_3d_game │ ├── introduction │ …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.