> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# iagctl mcp server list

Gateway 5.5+

List registered MCP servers.

The `iagctl mcp server list` command displays all MCP servers registered in Itential Gateway's data store. For each server, the output includes its name, description, transport type, and command or URL.

For more information, see [Register and manage MCP servers](../flowai/flowmcp-gateway/manage-mcp-servers).

## Syntax

```bash
iagctl mcp server list [flags]
```

## Examples

### List all MCP servers

```bash
iagctl mcp server list
```

### List all MCP servers in JSON format

```bash
iagctl mcp server list --raw
```

## Options

```bash
  -h, --help   Help for list
```

## Options inherited from parent commands

```bash
      --config string    Path to the configuration file
      --profile string   Specify the client profile to use (case-insensitive, defaults to [client] section)
      --raw              Display the result of the command in raw format
      --verbose          Enable verbose output
```