Command Palette

Search for a command to run...

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

Home Gateway

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

A local MCP gateway that provides image generation and editing tools via external APIs (e.g., DALL-E) and local ComfyUI workflows, with authentication and polic

GitHubEmbed

Описание

A local MCP gateway that provides image generation and editing tools via external APIs (e.g., DALL-E) and local ComfyUI workflows, with authentication and policy enforcement.

README

home_mcp_gateway is a local HTTP/SSE MCP gateway for ZeroClaw and other MCP clients. It centralizes tool calls, policy checks, artifact storage, jobs, and audit records behind one local MCP endpoint.

Normal users edit YAML under config/. The committed config/config.main.yaml is the application baseline, and the ignored config/config.yaml is your local runtime config.

Quick Start

Requirements:

  • Docker with Docker Compose
  • PowerShell on Windows for the helper scripts

Edit config/config.yaml and set at least callers.host_assistant.token, callers.role_default.token, and artifacts.signed_url_secret.

Build and run with Docker Compose:

docker compose up -d --build

The default endpoint is http://127.0.0.1:8787.

Check health:

Invoke-RestMethod http://127.0.0.1:8787/healthz
Invoke-RestMethod http://127.0.0.1:8787/readyz

MCP Client

Use the SSE transport URL:

[[mcp.servers]]
name = "home"
transport = "sse"
url = "http://127.0.0.1:8787/mcp"
deferred_loading = true

When another Docker Compose service connects to this gateway on the same Docker network, use:

[[mcp.servers]]
name = "home"
transport = "sse"
url = "http://home-mcp:8787/mcp"
deferred_loading = true

Local Python Development

python -m pip install -e .
python -m app.main

The default path is Docker Compose. Use local Python runs for development only.

Agents

Manage agents in the WebUI or edit config/config.yaml and config/agent/config.agent.<name>.yaml directly.

Tests

.\tests\run_tests.ps1

Documentation

from github.com/yexca/home-mcp

Установка Home Gateway

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

▸ github.com/yexca/home-mcp

FAQ

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

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

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

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

Home Gateway — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Home Gateway with

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

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

Автор?

Embed-бейдж для README

Похожее

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