Skip to main content
Glama

Foxxy Bridge

by billyjbryant

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


🛠️ 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

  1. Command-line arguments (--host, --port) - highest priority
  2. Configuration file bridge settings (bridge.host, bridge.port)
  3. 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.


-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. Overview
    1. 🚀 Quickstart
      1. 1. Choose one of the following installation methods
      2. 2. Run the Bridge
      3. 3. Connect Your AI Tool
    2. 📚 Documentation
      1. 🛠️ Development
        1. 🤝 Contributing & Support
          1. 🔒 Security
            1. Network Security
            2. Configuration Priority
            3. Security Recommendations
          2. ⚖️ License

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              This server acts as a Message Communication Protocol (MCP) service for integrating Apifox and Cursor, enabling OpenAPI interface implementation through AI-driven interaction.
              Last updated -
              7
              TypeScript
            • A
              security
              A
              license
              A
              quality
              The APISIX Model Context Protocol (MCP) server bridges large language models (LLMs) with the APISIX Admin API.
              Last updated -
              31
              727
              25
              TypeScript
              Apache 2.0
            • -
              security
              A
              license
              -
              quality
              A 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 -
              37
              3
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              Proxy that aggregates multiple MCP servers and presents them as a unified interface, allowing clients to access resources from multiple servers transparently.
              Last updated -
              5
              TypeScript

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/billyjbryant/mcp-foxxy-bridge'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server