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.

包名
roblox-devforum-mcp
版本
1.1.2
许可证
MIT
最近更新
2026年8月29日

安装

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

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.