MCP server commands for LLM interaction with infrastructure
mcp
command group provides functionality to start the MCP (Model Coupling Protocol) Server and interact with the tools exposed by plugins.
Command | Description |
---|---|
start | Start the Unpage MCP Server |
tools | List and call MCP tools available from enabled plugins |
client | Debugging tools for clients of the Unpage MCP Server |
start
command launches the Unpage MCP 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 |
tools
command provides functionality to list and manually invoke tools that are made available by plugins to the MCP server.
Command | Description |
---|---|
list | List all MCP tools available from enabled plugins |
call | Call an MCP tool from the command line |
Option | Description |
---|---|
--profile TEXT | Use profiles to manage multiple graphs [env var: UNPAGE_PROFILE] [default: default] |
-h, --help | Show help message and exit |
client
command provides debugging tools for clients of the Unpage MCP Server.
Command | Description |
---|---|
logs | Show logs for a client of the Unpage MCP Server |
Command | Description |
---|---|
claude | Show logs for Claude Desktop Unpage MCP Server |