A MCP Forward Proxy Bridge designed to be a one-to-many bridge allowing you to use a single MCP server to communicate with many MCP servers transparently.
Project description
MCP Foxxy Bridge
Overview
MCP Foxxy Bridge is a one-to-many proxy for the Model Context Protocol (MCP). It lets you aggregate and route requests to multiple MCP servers through a single endpoint, so you can:
- Centralize configuration for all your MCP servers
- Expose all tools, resources, and prompts from connected servers
- Route requests transparently to the right backend
- Use a single MCP endpoint in your AI tools (Claude Desktop, VS Code, etc.)
🚀 Quickstart
See the Installation Guide for full details.
1. Choose one of the following installation methods
A. Install via uv (Recommended):
uv tool install mcp-foxxy-bridge
B. Install latest from GitHub:
uv tool install git+https://github.com/billyjbryant/mcp-foxxy-bridge
C. Run with Docker (from GHCR):
docker run --rm -p 8080:8080 ghcr.io/billyjbryant/mcp-foxxy-bridge:latest --bridge-config /app/config.json
2. Run the Bridge
With config file:
mcp-foxxy-bridge --bridge-config config.json
Or with named servers:
mcp-foxxy-bridge --port 8080 \
--named-server fetch 'uvx mcp-server-fetch' \
--named-server github 'npx -y @modelcontextprotocol/server-github' \
--named-server filesystem 'npx -y @modelcontextprotocol/server-filesystem'
See Configuration Guide for config file examples.
3. Connect Your AI Tool
Point your MCP-compatible client to:
http://localhost:8080/sse
See API Reference for integration details.
📚 Documentation
- Overview & Features
- Installation Guide
- Configuration Guide
- Deployment Guide
- API Reference
- Architecture Overview
- Troubleshooting Guide
- Example Configurations
🛠️ Development
🤝 Contributing & Support
🔒 Security
MCP Foxxy Bridge follows security best practices:
Network Security
- Default binding: Bridge binds to
127.0.0.1:8080(localhost-only) by default - MCP server isolation: Individual MCP servers communicate via local stdio pipes, never network ports
- Configurable access: Host and port settings can be configured via config file or CLI arguments
Configuration Priority
- Command-line arguments (
--host,--port) - highest priority - Configuration file bridge settings (
bridge.host,bridge.port) - Secure defaults (
127.0.0.1:8080) - lowest priority
Security Recommendations
- Keep the default
127.0.0.1binding unless external access is required - If external access is needed, use proper firewall rules and authentication
- Regularly update MCP server dependencies
- Monitor server logs for unusual activity
⚖️ License
This project is licensed under the GNU Affero General Public License v3.0 or later (AGPLv3+). See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_foxxy_bridge-1.3.1.tar.gz.
File metadata
- Download URL: mcp_foxxy_bridge-1.3.1.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c25c3979bbc32a57ac3c48ff63a119cdbc91d25010b457c76d7cef273fdbbc40
|
|
| MD5 |
f421023f4fd4e201477f430e406ca1ef
|
|
| BLAKE2b-256 |
b408b3ad1e06bef9b44ce92ef0a8f7e27db78952b942b3afadc337f5c3ef5925
|
Provenance
The following attestation bundles were made for mcp_foxxy_bridge-1.3.1.tar.gz:
Publisher:
main.yml on billyjbryant/mcp-foxxy-bridge
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mcp_foxxy_bridge-1.3.1.tar.gz -
Subject digest:
c25c3979bbc32a57ac3c48ff63a119cdbc91d25010b457c76d7cef273fdbbc40 - Sigstore transparency entry: 332988901
- Sigstore integration time:
-
Permalink:
billyjbryant/mcp-foxxy-bridge@c7bb2638c3b9c822b25b30d54f599cd397486454 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/billyjbryant
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
main.yml@c7bb2638c3b9c822b25b30d54f599cd397486454 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mcp_foxxy_bridge-1.3.1-py3-none-any.whl.
File metadata
- Download URL: mcp_foxxy_bridge-1.3.1-py3-none-any.whl
- Upload date:
- Size: 59.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9514d6ac280d7a0e6fa17b9a26f702c857fbe68bf0135f1991c3e040e410e0f
|
|
| MD5 |
374ad1c622fdf0303e62d57b466e801f
|
|
| BLAKE2b-256 |
40dbd12b98dde70ada5e9d33be092fb5033f17bfd46896044fb70a906cb4c042
|
Provenance
The following attestation bundles were made for mcp_foxxy_bridge-1.3.1-py3-none-any.whl:
Publisher:
main.yml on billyjbryant/mcp-foxxy-bridge
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mcp_foxxy_bridge-1.3.1-py3-none-any.whl -
Subject digest:
d9514d6ac280d7a0e6fa17b9a26f702c857fbe68bf0135f1991c3e040e410e0f - Sigstore transparency entry: 332988936
- Sigstore integration time:
-
Permalink:
billyjbryant/mcp-foxxy-bridge@c7bb2638c3b9c822b25b30d54f599cd397486454 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/billyjbryant
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
main.yml@c7bb2638c3b9c822b25b30d54f599cd397486454 -
Trigger Event:
push
-
Statement type: