EL4CTEO/roblox-devforum-mcp ↗★ 2
roblox-devforum-mcp
MCP server that searches the Roblox DevForum and official creator docs so AI coding agents can debug Roblox games against real community and engine knowledge.
AI 分析
核心用途是为 AI 编码代理提供 Roblox 社区和引擎知识搜索。适合在 DSH 或其他 MCP 客户端中进行 Roblox 游戏开发、调试和脚本编写的程序员。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EL4CTEO/roblox-devforum-mcpドキュメント
README 全文を読む ↗Configuration
All optional.
| Variable | Default | Purpose |
|---|---|---|
DEVFORUM_CACHE_TTL | 300 | Search cache lifetime, in seconds. |
DEVFORUM_TIMEOUT_MS | 12000 | Per-request timeout. |
DEVFORUM_MAX_RETRIES | 3 | Retries on 429 and 5xx. |
DEVFORUM_CONCURRENCY | 4 | Simultaneous requests to the DevForum. |
DEVFORUM_CDN_CONCURRENCY | 8 | Simultaneous requests to GitHub-hosted docs. |
DEVFORUM_DOCS_SCAN | 14 | Doc pages scored per search. |
DEVFORUM_CACHE_DIR | OS temp dir | Where the API dump and docs index are cached. |
DEVFORUM_BASE_URL | https://devforum.roblox.com | Point at another Discourse instance. |
GITHUB_TOKEN | — | Raises the GitHub rate limit for the docs file listing. |
A bad value is ignored, with a note on stderr, and the default is used.