The Firefox Claude MCP Bridge Server is the server-side component of the Firefox Claude MCP extension. It acts as a bridge between the Firefox browser and the Claude web application, enabling seamless integration and communication. This project is designed to enhance the functionality of the Claude web application by providing a robust backend service.
The project includes the following configuration files:
- .gitignore
: Specifies files and directories to be ignored by Git.
- Cargo.toml
: Contains project metadata and dependencies.
- Cargo.lock
: Ensures reproducible builds by locking dependency versions.
To use the Firefox Claude MCP Bridge Server, follow these steps:
1. Clone the repository:
bash
git clone https://github.com/k3d3/mcpbridge.git
2. Navigate to the project directory:
bash
cd mcpbridge
3. Build the project using Cargo:
bash
cargo build
4. Run the server:
bash
cargo run
Contributions are welcome! By submitting a pull request, you agree to dual-license your contribution under the MIT and Apache 2.0 licenses. Please ensure your contributions adhere to the project's code of conduct and security policies.
This project is dual-licensed under the MIT License and the Apache License, Version 2.0. For more details, see:
- LICENSE-MIT
- LICENSE-APACHE
This project is maintained by k3d3 and is part of the Firefox Claude MCP extension ecosystem.