Back to MCP directory
publicPublicdnsLocal runtime

fonoster

Fonoster是一个开源的Twilio替代方案,提供基于云的可编程电信堆栈,支持多租户、PBX功能部署和语音应用开发。

article

README

🚀 Fonoster贡献相关介绍

Fonoster 项目的发展离不开众多个人和公司的支持与贡献,下面为您介绍相关的贡献者、赞助商、作者以及许可证信息。

👥 贡献者

感谢以下为 Fonoster 做出贡献的个人和公司:

| 贡献者 | 链接 | | ---- | ---- | | Pedro Sanders | https://github.com/psanders | | Fonoster | https://github.com/fonoster | | Fonoster | https://github.com/fonoster | | Fonoster | https://github.com/fonoster |

💖 赞助商

我们很高兴得到来自多个行业的知名公司和个人的支持。

您可以点击这里了解更多支持者信息。

💡 成为赞助商:如果您也想支持我们,可以点击成为Github赞助商

✍️ 作者

📄 许可证

版权 (C) 2025 Fonoster Inc。本项目采用 MIT License 许可协议,详情请参见 LICENSE

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