Install
$ agentstack add mcp-fernforestgames-mcp-server-godot-docs ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Godot Docs MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with access to Godot engine documentation.
Features
- searchgodotdocs: Search across all Godot classes, methods, properties, signals, and constants
- getgodotclass: 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_PATHenvironment 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](LICENSE) file for details.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: fernforestgames
- Source: fernforestgames/mcp-server-godot-docs
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.