mcp-inspector

EdgarOrtegaRamirez/mcp-inspector
★ 0 stars Go Code/Dev Tools Updated today
MCP Server Inspection & Validation Tool - Test, validate, and document MCP server implementations
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-inspector": {
      "command": "go",
      "args": [
        "run",
        "github.com/EdgarOrtegaRamirez/mcp-inspector@latest"
      ]
    }
  }
}

README Excerpt

A comprehensive CLI tool for testing, validating, and documenting Model Context Protocol (MCP) server implementations. - **Server Discovery** — Connect to MCP servers via stdio or SSE transport - **Tool Inspection** — List all available tools with their JSON Schema definitions - **Resource Discovery** — Discover and read resources from the server