gofastr-mcp-debug

Inspect logs and application state of a running GoFastr app via MCP.

13|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/DonaldMurillo/gofastr --skill gofastr-mcp-debug
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gofastr-mcp-debug
Source: https://github.com/DonaldMurillo/gofastr/tree/main/.claude/skills/gofastr-mcp-debug
Command: npx skills add https://github.com/DonaldMurillo/gofastr --skill gofastr-mcp-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides live debugging capabilities for a running GoFastr app, allowing users to inspect and analyze the application's state and behavior in real-time.

Core Features & Use Cases

  • Live Debugging: Access and inspect the state of a running GoFastr app through its MCP endpoint.
  • Log Analysis: Retrieve recent log entries, filter logs by criteria, and view log metrics.
  • App Introspection: View application routes, plugins, batteries, configuration, and readiness status.
  • Use Case: When you need to diagnose issues with a live GoFastr application, such as understanding why a particular endpoint is failing or analyzing the current state of the application.

Quick Start

Use the gofastr-mcp-debug skill to retrieve recent log entries from the running GoFastr app by executing the command 'log_recent'.

Frequently Asked Questions about gofastr-mcp-debug

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

FAQPage Schema
How do I debug a running GoFastr application in real-time?▼

Debug a running GoFastr app live by connecting to its MCP endpoint to inspect state and behavior in real-time. This provides direct access to diagnostics and introspection tools for troubleshooting.

How can I retrieve recent log entries from a live GoFastr app?▼

Retrieve recent log entries from a running GoFastr app by executing the 'log_recent' command. You can also filter logs by specific criteria and view log metrics to analyze application behavior.

What application diagnostics can I inspect through the GoFastr MCP endpoint?▼

Through the MCP endpoint, application diagnostics include viewing routes, plugins, batteries, configuration, and readiness status. This allows comprehensive introspection of the live application state.

When do I need live log analysis for a GoFastr application?▼

Live log analysis is needed when diagnosing issues with a running GoFastr application, such as understanding why a particular endpoint is failing or analyzing the current state of the app.

Do I need specific dependencies to use live application diagnostics for GoFastr?▼

No specific dependencies are required to use this live application diagnostics Skill. It operates independently with scripts and references to connect directly to the GoFastr MCP endpoint.