mcp-launchcheck

Alqudimi/mcp-launchcheck
★ 0 stars Python Code/Dev Tools Updated today
Safe, local-first preflight diagnostics and reproducible failure bundles for MCP servers.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-launchcheck": {
      "command": "uvx",
      "args": [
        "mcp-launchcheck"
      ]
    }
  }
}

Or install with pip: pip install mcp-launchcheck

README Excerpt

**Diagnose MCP startup before it becomes a mystery.** `mcp-launchcheck` is a safe, local-first CLI for diagnosing Model Context Protocol server startup and connectivity failures across real developer environments. It checks command resolution, working directories, environment boundaries, bounded process startup, HTTP reachability, and produces a redacted evidence bundle that can be verified or attached to a bug report. MCP initialize-handshake probing is planned but is not yet part of the verifi

Topics

clideveloper-toolsdiagnosticsmcpmodel-context-protocolreproducibilitysecurity