Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Godot Docs

БесплатноНе проверен

MCP server to help agents search Godot engine documentation

GitHubEmbed

Описание

MCP server to help agents search Godot engine documentation

README

A Model Context Protocol (MCP) server that provides AI assistants with access to Godot engine documentation.

Features

  • search_godot_docs: Search across all Godot classes, methods, properties, signals, and constants
  • get_godot_class: Get complete documentation for a specific class including all members

Documentation is automatically downloaded and cached on first use, matching your installed Godot version.

Prerequisites

  • Node 22+
  • Godot must be installed and accessible
  • GODOT_PATH environment variable must be configured

MCP configuration

Add this server to your .mcp.json:

{
  "mcpServers": {
    "godot-docs": {
      "type": "stdio",
      "command": "npx",
      "args": ["@fernforestgames/mcp-server-godot-docs"],
      "env": {
        "GODOT_PATH": "/path/to/godot/executable"
      }
    }
  }
}

License

Released under the MIT License. See the LICENSE file for details.

from github.com/fernforestgames/mcp-server-godot-docs

Установка Godot Docs

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/fernforestgames/mcp-server-godot-docs

FAQ

Godot Docs MCP бесплатный?

Да, Godot Docs MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Godot Docs?

Нет, Godot Docs работает без API-ключей и переменных окружения.

Godot Docs — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Godot Docs в Claude Desktop, Claude Code или Cursor?

Открой Godot Docs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Godot Docs with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity