EL4CTEO/roblox-devforum-mcp ↗★ 2
roblox-devforum-mcp
搜索 Roblox 开发者论坛和官方创建者文档的 MCP 服务器
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.