Other MCP Clients

The MCP gateway works with any MCP-compatible client that supports stdio transport.

General Setup

Configure your MCP client to run:

siteboss mcp gateway

Using stdio transport (stdin/stdout for communication).

Configuration Options

siteboss mcp gateway --help

Options:
  --registry <URL>    Registry URL (default: https://registry.mcpsearchtool.com)
  --cache-dir <PATH>  Local cache directory

Multi-Registry Support

Load tools from any OCI-compatible registry:

tool_load({reference: "registry.example.com/namespace/tool:v1.0.0"})