Skip to main content
Glama

Foxxy Bridge

by billyjbryant

MCP Foxxy Bridge

Overview

MCP Foxxy Bridge is a secure one-to-many proxy for the Model Context Protocol (MCP). Connect multiple MCP servers through a single endpoint with enterprise-grade security.

Key Features:

  • Single endpoint for all MCP servers
  • OAuth 2.0 + PKCE authentication
  • Enhanced CLI with daemon management
  • REST API for operational control
  • Secure command substitution
  • HTTP/2 support

Quickstart

Installation

# Install via uv (recommended) uv tool install mcp-foxxy-bridge # Or install from GitHub uv tool install git+https://github.com/billyjbryant/mcp-foxxy-bridge

Quick Setup

# Initialize configuration foxxy-bridge config init # Add MCP servers foxxy-bridge mcp add github "npx -y @modelcontextprotocol/server-github" foxxy-bridge mcp add filesystem "npx -y @modelcontextprotocol/server-filesystem" --path ./ # Start the bridge server foxxy-bridge server start # Check status foxxy-bridge server status

Connect Your AI Tool

Point your MCP-compatible client to: http://localhost:8080/sse


Documentation

📖 Getting Started:

🔧 Advanced Topics:


Contributing & Support


License

AGPL-3.0-or-later - See 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. Installation
      2. Quick Setup
      3. Connect Your AI Tool
    2. Documentation
      1. Contributing & Support
        1. License

          Related MCP Servers

          • 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 -
            32
            56
            25
            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 -
            28
            3
            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
          • -
            security
            A
            license
            -
            quality
            A proxy server that sits between MCP clients and servers, providing authentication, tool discovery, caching, and guardrail enforcement to protect MCP servers from malicious inputs.
            Last updated -
            25
            MIT License
            • Linux
            • Apple

          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