Back to MCP directory
publicPublicdnsLocal runtime

fivem-documentation

FiveM官方文档,提供详细指南、参考材料和开发资源。

article

README

🚀 FiveM 文档 📚

FiveM 文档是官方的资料来源,你可以在此探索详细的指南、参考资料和开发资源,为你的开发工作提供有力支持。

🔗 源链接docs.fivem.net

🚀 快速开始

开发相关

如果你在使用文档过程中遇到任何死链或其他问题,请在我们的GitHub 问题页面报告。你的反馈对我们改进文档非常有帮助!

想要贡献吗?🤝

我们十分感激你的贡献!如果你有兴趣帮忙,可以查看我们的贡献指南,以了解如何开始。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client