Skip to main content
Launches the MCP Inspector UI for testing and debugging your server’s tools, resources, and prompts.

Usage

nx inspector my-app

Configuration

project.json
{
  "targets": {
    "inspector": {
      "executor": "@frontmcp/nx:inspector",
      "options": {}
    }
  }
}

Options

OptionTypeDescription
portnumberInspector port

Behavior

  • Opens the MCP Inspector at http://localhost:6274
  • Connect to your running server to browse and test capabilities
  • Not cacheable: Interactive, long-running process