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.
安装
$
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.