Back to MCP directory
publicPublicdnsLocal runtime

mcpbridge

Firefox MCP Bridge是Claude网页应用的服务器端程序,为配套的Firefox扩展提供支持,采用MIT和Apache双协议许可。

article

README

🚀 Firefox MCP 代理桥接器

Firefox MCP 代理桥接器适用于 Claude 网页应用程序,此项目是 https://github.com/k3d3/firefox_mcpbridge 的服务端应用。

🚀 快速开始

文档暂缺,祝你使用顺利!

📄 许可证

此存储库中的所有内容均以 MIT 许可证和 Apache 许可证(版本 2.0)的条款双授权。有关详细信息,请参阅 LICENSE-MITLICENSE-APACHE

👥 贡献

除非你明确说明,否则有意提交以供纳入本作品中的任何贡献,均将根据 Apache - 2.0 许可证的条款进行双授权,无需任何其他附加条款或条件。

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