Register a sub-MCP app
Name the slug to mount under and the tools to expose with the repeatable--tool.
Inspect and remove
1
List the registered apps
List the sub-MCP apps and the tools each exposes.
2
Point a client at the slug
An MCP client connects to the sub-MCP endpoint the same way it connects to the main server — over the published transport, at the slug’s path. See MCP clients.
3
Unregister an app
A sub-MCP app is a projection, not a copy. It exposes the same live tools under a narrower surface — a tool removed from the main server disappears from every sub-MCP app that listed it.
See also
- Private tool sets — the sub-MCP model.
- MCP clients — connect a client to the slug.
- Access control — gate the sub-MCP endpoint behind a scope.
- CLI reference — the full
tai sub-mcpsurface.

