mcp-auto-recovery

Diagnose MCP server connection failures and guide remediation for manus-mcp-cli commands.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/mealpac/manus --skill mcp-auto-recovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-auto-recovery
Source: https://github.com/mealpac/manus/tree/main/skills/integration-skills/mcp-auto-recovery
Command: npx skills add https://github.com/mealpac/manus --skill mcp-auto-recovery

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automatically diagnose and recover from MCP server connection issues. Use when any manus-mcp-cli command fails due to connection, authentication, or availability errors.

Core Features & Use Cases

  • Automated diagnostics via the bundled diagnose_mcp.py script to identify root causes.
  • Interactive guidance and recommended remediation steps based on diagnostic results.
  • Non-destructive checks and safe retry workflow that can be reused across sessions.

Quick Start

Run the diagnose_mcp.py script against the failing server to begin troubleshooting.

Frequently Asked Questions about mcp-auto-recovery

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

FAQPage Schema
How do I troubleshoot MCP server connection failures and restore access?

To troubleshoot MCP server connection failures, run a diagnostic script against the failing server to identify root causes like timeouts or authentication errors, then follow the guided remediation steps to restore server access.

Why does my manus-mcp-cli command fail with connection or permission errors?

Your manus-mcp-cli command fails with connection or permission errors due to MCP server availability issues, authentication prompts, or network timeouts. Running automated diagnostics identifies the specific failure point to guide remediation.

Can I use automated diagnostics to recover MCP servers across different environments?

Yes, you can use automated diagnostics to recover MCP servers across development, staging, and production environments. The diagnostic script performs non-destructive checks and applies a repeatable retry protocol to safely restore server access.

What is the best way to resolve MCP authentication prompts and connection timeouts?

The best way to resolve MCP authentication prompts and connection timeouts is running an end-to-end diagnostic workflow that detects root causes and provides interactive guidance with safe, non-destructive remediation steps.

Are MCP diagnostic checks destructive to my server configuration?

No, MCP diagnostic checks are non-destructive to your server configuration. The recovery workflow performs safe checks to identify root causes and applies a repeatable retry protocol without altering server settings.

When do I need to run MCP server recovery diagnostics?

You need to run MCP server recovery diagnostics when any manus-mcp-cli command fails due to connection timeouts, authentication prompts, permission errors, or general server availability issues across your environments.