Start the Unpage MCP Server to enable LLM interaction with infrastructure
start
command launches the Unpage MCP (Model Coupling Protocol) Server, which allows LLM-powered applications to interact with your infrastructure through a set of tools exposed by plugins.
Option | Description |
---|---|
--profile TEXT | Use profiles to manage multiple graphs [env var: UNPAGE_PROFILE] [default: default] |
--disable-stdio | Disable the stdio transport for the MCP Server |
--disable-http | Disable the HTTP transport for the MCP Server |
--disable-sse | Disable the HTTP transport for the MCP Server (deprecated, use —disable-http instead) |
--http-host TEXT | The host to bind the HTTP transport to [default: 127.0.0.1] |
--http-port INTEGER | The port to bind the HTTP transport to [default: 8000] |
-h, --help | Show help message and exit |