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):
B. Install latest from GitHub:
C. Run with Docker (from GHCR):
2. Run the Bridge
With config file:
Or with named servers:
See Configuration Guide for config file examples.
3. Connect Your AI Tool
Point your MCP-compatible client to:
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.1
binding 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.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
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.
Related MCP Servers
- -securityFlicense-qualityThis server acts as a Message Communication Protocol (MCP) service for integrating Apifox and Cursor, enabling OpenAPI interface implementation through AI-driven interaction.Last updated -7TypeScript
- AsecurityAlicenseAqualityThe APISIX Model Context Protocol (MCP) server bridges large language models (LLMs) with the APISIX Admin API.Last updated -3172725TypeScriptApache 2.0
- -securityAlicense-qualityA proxy service that connects MCP clients to remote MCP servers, allowing users to use server keys from MCP.so to access remote resources without running their own server.Last updated -373TypeScriptMIT License
- -securityFlicense-qualityProxy that aggregates multiple MCP servers and presents them as a unified interface, allowing clients to access resources from multiple servers transparently.Last updated -5TypeScript