Skip to main content
The mcp command group provides functionality to start the MCP (Model Context Protocol) Server and interact with the tools exposed by plugins.

Usage

Commands

Subcommand: start

The 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.

Usage

Options

Transport Protocols

The MCP Server supports two transport protocols:
  • HTTP Transport: Enables connection through HTTP, useful for web applications and remote clients
  • stdio Transport: Enables communication through standard input/output, useful for direct integration with CLI tools

Examples

Default Start

Start the MCP Server with both stdio and HTTP transport:

HTTP Only

Start the MCP Server with only HTTP transport:

Custom HTTP Configuration

Start the MCP Server on a specific host and port:

Using a Named Profile

Start the MCP Server with a specific configuration profile:

Subcommand: tools

The tools command provides functionality to list and manually invoke tools that are made available by plugins to the MCP server.

Usage

Commands

Subcommand: tools list

Lists all MCP tools that are available from the currently enabled plugins.

Usage

Options

Examples

Subcommand: tools call

Calls an MCP tool directly from the command line, allowing you to test and use tools without going through an LLM.

Usage

Options

Examples

Subcommand: client

The client command provides debugging tools for clients of the Unpage MCP Server.

Usage

Commands

Subcommand: client logs

Show logs for a client of the Unpage MCP Server, like Claude Desktop.

Usage

Commands

Subcommand: client logs claude

Shows the location of log files for Claude Desktop’s Unpage MCP Server integration.

Usage

Examples