
Foxxy Bridge
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.
README
MCP Foxxy Bridge
<!-- BADGIE TIME -->
<!-- END BADGIE TIME -->
<p align="center"> <img src="media/mcp-foxxy-bridge_logo_trimmed.webp" alt="MCP Foxxy Bridge Logo" width="300"> </p>
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.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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.