mcp-probe

itguruhaseeb/mcp-probe
★ 0 stars JavaScript Code/Dev Tools Updated today
Lint and health-check any Model Context Protocol (MCP) server over stdio — handshake, tools/list, JSON Schema validation, latency, safe round-trips.
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-probe": {
      "command": "npx",
      "args": [
        "-y",
        "itguruhaseeb/mcp-probe"
      ]
    }
  }
}

Topics

aiclideveloper-toolslinterllmmcpmodel-context-protocol