Skip to main content
Glama
jcappele

Godot Docs MCP Server

by jcappele

Godot Docs MCP Server

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.

Related MCP server: Godot Docs MCP

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.

A
license - permissive license
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • DevDocs.io keyless docs index + entry search + content (Angular, MDN, Rust, etc.).

  • Get up-to-date, version-specific documentation and code examples from official sources directly in…

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

View all MCP Connectors

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

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