Skip to content

Latest commit

 

History

History
104 lines (68 loc) · 3.54 KB

File metadata and controls

104 lines (68 loc) · 3.54 KB

MCP Foxxy Bridge

CI/CD Pipeline PyPI Version Python Version License

PyPI Downloads GitHub Stars GitHub Issues Documentation

MCP Foxxy Bridge Logo

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.