home_mcp_gateway
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@home_mcp_gatewayGenerate an image of a futuristic city"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
home_mcp_gateway
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 --buildThe 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/readyzRelated MCP server: jgkme/kilo-image-gen-mcp
MCP Client
Use the SSE transport URL:
[[mcp.servers]]
name = "home"
transport = "sse"
url = "http://127.0.0.1:8787/mcp"
deferred_loading = trueWhen 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 = trueLocal Python Development
python -m pip install -e .
python -m app.mainThe 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.ps1Documentation
Documentation index: docs/README.md
User guide: docs/user/README.md
Current developer docs: docs/developer/README.md
Original development docs: docs/original/README.md
Chinese quick start: README.zh-cn.md
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for multi-provider AI image generation (AWS Bedrock, OpenAI, Google Gemini) enabling image generation, transformation, and editing through a unified interface.Last updated1MIT
- Alicense-qualityAmaintenanceMCP server for generating, editing, and processing images via multiple providers including Kilo, OpenRouter, OpenAI, and Gemini, with local tools for background removal, resizing, and cropping.Last updated542MIT
- Alicense-qualityCmaintenanceA secure MCP gateway for enterprise AI tool execution, enabling governed invocation of business tools with authentication, RBAC, audit logging, PII redaction, and async processing.Last updatedApache 2.0
- Alicense-qualityDmaintenanceWraps Flow2API / OpenAI-compatible image generation upstream into an MCP service, providing image generation, history, and caching tools.Last updated12MIT
Related MCP Connectors
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yexca/home-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server