inspect-nextjs-runtime

Query MCP tools to inspect Next.js runtime errors, logs, and metadata.

Updated Oct 30, 2025
One-click install
npx skills add https://github.com/nayukata/notify-patch-notes --skill inspect-nextjs-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inspect-nextjs-runtime
Source: https://github.com/nayukata/notify-patch-notes/tree/main/.claude/skills/inspect-nextjs-runtime
Command: npx skills add https://github.com/nayukata/notify-patch-notes --skill inspect-nextjs-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inspect and diagnose Next.js runtime issues by querying MCP tools for errors, logs, and metadata to speed debugging and understanding of runtime behavior.

Core Features & Use Cases

  • Error and log inspection: Retrieve current build/runtime errors and developer logs to accelerate debugging.
  • Metadata and structure awareness: Inspect page metadata, route composition, and server actions to map the app architecture.
  • Guided debugging for Next.js 16+: Use built-in MCP tools to compare runtime state across servers and identify where issues originate.

Quick Start

Run the MCP-based Next.js runtime inspector against your project to fetch errors, logs, and page metadata.

Frequently Asked Questions about inspect-nextjs-runtime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose Next.js runtime errors during development?

Diagnose Next.js runtime errors by querying MCP tools to retrieve current build errors, developer logs, and page metadata. This approach maps the project structure and render behavior to accelerate debugging during development.

What is the best way to map Next.js routes and server actions?

Map Next.js routes and server actions by inspecting page metadata and route composition through MCP tool queries. This method provides awareness of the app architecture and identifies where structural issues originate across the runtime.

Do I need a running development server to inspect Next.js runtime logs?

Yes, inspecting Next.js runtime logs requires a running development server. The inspector queries MCP tools against the active runtime to fetch current errors, logs, and metadata to diagnose render behavior and project structure.

Can I use this to compare runtime state across multiple Next.js servers?

Yes, you can compare runtime state across multiple Next.js servers. The inspector uses built-in MCP tools to fetch logs and metadata, helping identify where specific issues originate and understand differences in render behavior.

Does the Next.js runtime inspector require the next-devtools-mcp package?

The next-devtools-mcp package is an optional dependency for high-level guidance. The core runtime inspection queries MCP tools for errors, logs, and metadata, but the package enhances the diagnostic experience for Next.js 16+.

Why are my Next.js server actions failing to render correctly?

Next.js server actions may render incorrectly due to runtime issues identifiable via MCP tool queries. By retrieving current build errors, developer logs, and page metadata, you can pinpoint structural or behavioral issues causing the failure.