gateway
Installation
SKILL.md
When to use this skill
- You want to load one MCP server instead of many.
- You need a tool index and on-demand schemas for all configured children.
- You want shared daemon mode across client windows.
How to use
- Build gateway:
cd mcp/gateway && go test ./... && go build. - Add the binary to your MCP client config as
gatewayor use--attachfor daemon mode. - Call
serversto list children,tools {server}for an index, andtool_schema {name}for a schema. - Invoke
invoke {name, arguments}to run a child tool through the gateway.
Examples
- "List configured servers and show the tools for
reticulum." - "Fetch the schema for
reticulum.list_topics." - "Call
rns.search_docsthrough the gateway forinterface types."