EL4CTEO/roblox-devforum-mcp2

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 游戏开发、调试和脚本编写的程序员。

パッケージ
roblox-devforum-mcp
バージョン
1.1.2
ライセンス
MIT
最終更新
2026/08/29

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EL4CTEO/roblox-devforum-mcp

ドキュメント

README 全文を読む ↗

Configuration

All optional.

VariableDefaultPurpose
DEVFORUM_CACHE_TTL300Search cache lifetime, in seconds.
DEVFORUM_TIMEOUT_MS12000Per-request timeout.
DEVFORUM_MAX_RETRIES3Retries on 429 and 5xx.
DEVFORUM_CONCURRENCY4Simultaneous requests to the DevForum.
DEVFORUM_CDN_CONCURRENCY8Simultaneous requests to GitHub-hosted docs.
DEVFORUM_DOCS_SCAN14Doc pages scored per search.
DEVFORUM_CACHE_DIROS temp dirWhere the API dump and docs index are cached.
DEVFORUM_BASE_URLhttps://devforum.roblox.comPoint at another Discourse instance.
GITHUB_TOKENRaises the GitHub rate limit for the docs file listing.

A bad value is ignored, with a note on stderr, and the default is used.