Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Broxy

БесплатноНе проверен

Broxy fronts multiple upstream MCP servers as one, aggregates capabilities across protocols, and exposes only what presets allow.

GitHubEmbed

Описание

Broxy fronts multiple upstream MCP servers as one, aggregates capabilities across protocols, and exposes only what presets allow.

README

CI

Broxy — your single MCP endpoint

Broxy fronts multiple upstream MCP servers as one, aggregates capabilities across protocols, and exposes only what presets allow. It runs locally, can be securely accessed over the internet, and supports OAuth plus dynamic client registration via upstream integrations where available.

broxy.run · Features · Connections · CLI jar

Why Broxy

  • 💰 Save tokens and money by exposing only the essential tools, prompts, and resources per task.
  • 🎯 Build more efficient agents with focused toolsets and fewer distractions.
  • 🔌 Connect ChatGPT and other HTTP-only MCP clients to local STDIO MCP servers.
  • ⚡ Instantly context-switch by hot-swapping presets.
  • 🔐 Sign in with Google to access the dashboard and remote connectivity features.
  • 📄 Apache 2.0 licensed for personal or commercial use.

Features

Set up your MCP servers once, use it with any client

Set up your MCP servers once

Centralize MCP servers without duplicating per-client settings. Connect local or remote servers over STDIO, HTTP, SSE, or WebSocket, and add custom icons to keep large lists readable.
 
Mix capabilities from servers into one preset

Mix capabilities from MCP servers

Build purpose-built presets by mixing tools, prompts, and resources from any connected server. Each preset exposes only what an agent needs and reduces context noise.
 
Connect ChatGPT to local MCP servers

Connect ChatGPT to local MCP servers

Use local MCP servers inside ChatGPT on web, desktop, or mobile. Broxy Cloud bridges the connection securely so private tools are available anywhere you sign in.
 
Connect to popular clients in one click

Connect to popular clients in one click

Auto-configure popular AI clients across HTTP, SSE, and STDIO modes. Broxy updates only the MCP section so the rest of your client configuration stays untouched.
 
Dynamic client registration with OAuth

Dynamic client registration with OAuth

Authorize servers that require personal data without manual client setup. Broxy discovers OAuth metadata, registers clients dynamically, and works even when the target client lacks OAuth support.
 
Stable MCP surface for preset changes

Stable MCP surface for preset changes

Expose a stable MCP surface so clients do not need to refresh capabilities when presets change. Adapter mode also surfaces prompts and resources for clients that only support tools, including ChatGPT.
 

Connections

STDIO (local connection)

Use STDIO when your client expects a local MCP process.

{
    "mcpServers": {
        "broxy": {
            "command": "/Applications/broxy.app/Contents/MacOS/broxy",
            "args": [
                "--stdio-proxy"
            ]
        }
    }
}

Streamable HTTP

Broxy exposes Streamable HTTP on http://localhost:3335/mcp by default.

{
    "mcpServers": {
        "broxy": {
            "url": "http://localhost:3335/mcp"
        }
    }
}

SSE inbound

SSE is served on the same host and port at /sse.

  • GET http://localhost:3335/sse opens the SSE stream and returns the session endpoint.
  • POST http://localhost:3335/sse?sessionId=... forwards MCP JSON-RPC messages into the session.

Developer Documentation

For contributors and AI code agents:

  • Start with docs/readme.md (2-level docs index).
  • Use docs/agent_quickstart.md for task-to-doc mapping, invariants, and required checks.
  • Canonical runtime contracts are in:
    • docs/core_contracts.md
    • docs/proxy_facade.md
    • docs/inbound_transports.md
    • docs/presets_and_filtering.md
    • docs/configuration_and_hot_reload.md

CLI jar

Build the jar

./gradlew :cli:shadowJar

The jar is generated at cli/build/libs/broxy-cli.jar.

Run STDIO

java -jar cli/build/libs/broxy-cli.jar proxy \
  --preset-id <preset-id> \
  --config-dir ~/.config/broxy \
  --inbound stdio

Run Streamable HTTP + SSE

java -jar cli/build/libs/broxy-cli.jar proxy \
  --preset-id <preset-id> \
  --config-dir ~/.config/broxy \
  --inbound http \
  --url http://localhost:3335/mcp

The CLI expects mcp.json and preset_<id>.json in the config directory (default ~/.config/broxy).

from github.com/qent/broxy

Установка Broxy

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/qent/broxy

FAQ

Broxy MCP бесплатный?

Да, Broxy MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Broxy?

Нет, Broxy работает без API-ключей и переменных окружения.

Broxy — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Broxy в Claude Desktop, Claude Code или Cursor?

Открой Broxy на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Broxy with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development