> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/itential-gateway/5/iagctl/mcp-server-inspect/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 inspect Gateway 5.5+ Display details about an MCP server. The `iagctl mcp server inspect` command displays the full configuration of a specific MCP server registered in Itential Gateway's data store, including 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 inspect [flags] ``` ## Examples ### Inspect an MCP server ```bash iagctl mcp server inspect my-server ``` ### Inspect an MCP server in JSON format ```bash iagctl mcp server inspect my-server --raw ``` ## Options ```bash -h, --help Help for inspect ``` ## 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 ```