Command Palette

Search for a command to run...

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

Godot Docs Server

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

Enables searching and reading Godot documentation as Markdown. Provides tools to search for terms and retrieve matching documentation pages through the Model Co

GitHubEmbed

Описание

Enables searching and reading Godot documentation as Markdown. Provides tools to search for terms and retrieve matching documentation pages through the Model Context Protocol.

README

MCP (Model Context Protocol) server on Cloudflare Workers to search and read Godot documentation in Markdown format.

Credits & Acknowledgments
This project is a fork / adaptation of the original project godot-docs-mcp created by James Doyle.
Distributed under the same open-source license (MIT License) as the original repository.

Prerequisites: Node.js, Git

Tools

  • search_docs: Searches for a term and returns matching URLs.
  • get_docs_page_for_term: Fetches the first matching page and converts it to Markdown.

Dependencies & Indexing

Generate index files locally before the initial run.

1. Download Indexes (Git Bash)

for v in stable latest 4.7 4.6 4.5 4.4 4.3; do
  mkdir -p "src/indexes/$v"
  curl -o "src/indexes/$v/searchindex.js" "https://docs.godotengine.org/en/$v/searchindex.js"
done

2. Convert Indexes to JSON

node convert.js

3. Run MCP Server

npm install
npm run dev     # Run locally (http://localhost:8787/mcp)
npm run deploy  # Deploy to Cloudflare Workers

License

This project is licensed under the MIT License. Original code copyright (c) James Doyle. See the LICENSE file for details.

from github.com/jcappele/godot-docs-mcp

Установка Godot Docs Server

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

▸ github.com/jcappele/godot-docs-mcp

FAQ

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

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

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

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

Godot Docs Server — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Godot Docs Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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