mcp-foxxy-bridge

A one-to-many MCP Bridge.

GitHubスター

0

ユーザー評価

未評価

フォーク

0

イシュー

0

閲覧数

1

お気に入り

0

README
MCP Foxxy Bridge

CI/CD Pipeline Release PyPI version Python 3.11+ License: AGPL v3

MCP Foxxy Bridge Logo

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

⚖️ License

This project is licensed under the GNU Affero General Public License v3.0 or later (AGPLv3+). See the LICENSE file for details.


作者情報
Billy Bryant

I'm a Security Engineer that likes to pretend to be a Developer for fun. I am currently working on multiple projects using Python, Node.js and Go.

@mapboxSeattle, WA

18

フォロワー

89

リポジトリ

3

Gist

95

貢献数

トップ貢献者

スレッド