redm-mcp-public
by Cmoen11·★ 1·综合分 37
为RedM/RDR3提供原生哈希查找、语义搜索和框架文档的MCP服务器
developer-toolsai-llmother
0
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于
概述
redm-mcp是一个MCP服务器,为RedM/RDR3开发提供文档和查找功能。它提供原生哈希与名称的双向查找、代码库语义搜索以及VORP、RSGCore和oxmysql等框架的文档。服务器还包括rdr3_discoveries社区项目的数据,包含角色、武器、动画、AI标志、道具和音效库的信息。它作为托管HTTP端点运行在https://redm-mcp.fivem.no/mcp,无需认证。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
你:帮助开发者理解原生函数调用如Citizen.InvokeNative(0x09C28F828EE674FA)
你:按行为而非确切名称搜索功能(例如'teleport player')
你:浏览和查询RedM/RDR3框架文档,包括VORP、RSGCore和oxmysql
你:这个服务器免费使用吗?
你:源代码在哪里?
什么时候选它
如果您正在为 RedM/RDR3 开发,并需要在 AI 编码环境中精确查找原生函数和框架文档,请选择此 MCP 服务器。
什么时候不要选它
如果您需要访问服务器源代码(它是专有的)或者您正在使用 RedM/RDR3 以外的游戏开发平台,请避免使用它。
此 server 暴露的工具
从 README 抽取出 6 个工具lookup_nativeExact lookup by hash or name for native functions
semantic_searchSearch by behavior or concept
grep_docsRegex/literal grep across raw doc files
list_namespacesList categories and namespaces
browseList document paths under a category/namespace
get_documentFetch full markdown for a doc path
可对比工具
gta-mcpfivem-docs-mcpnative-lookup-apigame-dev-tools-mcp
安装
安装
HTTP传输方式
连接到托管的HTTP端点:https://redm-mcp.fivem.no/mcp
VS Code / Cursor
点击README中的安装徽标进行一键设置。
Claude Code
claude mcp add --transport http redm-mcp https://redm-mcp.fivem.no/mcpClaude Desktop
{
"mcpServers": {
"redm-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://redm-mcp.fivem.no/mcp"
]
}
}
}VS Code (Copilot / Continue)
{
"servers": {
"redm-mcp": {
"type": "http",
"url": "https://redm-mcp.fivem.no/mcp"
}
}
}Zed
{
"context_servers": {
"redm-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-remote",
"https://redm-mcp.fivem.no/mcp"
]
}
}
}
}FAQ
- 这个服务器免费使用吗?
- 是的,https://redm-mcp.fivem.no/mcp上的托管端点免费使用,无需认证。
- 源代码在哪里?
- 这个仓库只包含安装/使用文档并作为问题跟踪器。服务器源代码是专有的,不公开分发。
redm-mcp-public 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。