mcp-inspector-integration

Solid

Set up MCP Inspector for debugging and testing MCP servers with request logging, response inspection, and protocol validation.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# MCP Inspector Integration Set up MCP Inspector for debugging and testing MCP servers. ## Capabilities - Configure MCP Inspector connection - Set up request/response logging - Implement protocol debugging - Create test scenarios - Generate inspection reports - Configure development workflows ## Usage Invoke this skill when you need to: - Debug MCP server communication - Test tool and resource handlers - Inspect protocol messages - Validate MCP implementation ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | serverPath | string | Yes | Path to MCP server entry | | transport | string | No | Transport type (stdio, sse) | | logging | boolean | No | Enable verbose logging | ## Generated Patterns ### Inspector Configuration ```json { "mcpServers": { "my-server": { "command": "node", "args": ["dist/index.js"], "env": { "DEBUG": "mcp:*", "NODE_ENV": "development" } } } } ``` ### Debug Wrapper Script ```typescript #!/usr/bin/env node import { createServer } from './server'; // Enable debug logging process.env.DEBUG = 'mcp:*'; // Log all stdin/stdout for debugging const originalWrite = process.stdout.write.bind(process.stdout); process.stdout.write = (chunk: any, ...args: any[]) => { if (process.env.MCP_DEBUG_LOG) { const fs = require('fs'); fs.appendFileSync( process.env.MCP_DEBUG_LOG, `[OUT] ${new Date().toISOString()} ${chunk}\n` ); } ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

mcp-csharp-debug

Run and debug C# MCP servers locally. Covers IDE configuration, MCP Inspector testing, GitHub Copilot Agent Mode integration, logging setup, and troubleshooting. USE FOR: running MCP servers locally with dotnet run, configuring VS Code or Visual Studio for MCP debugging, testing tools with MCP Inspector, testing with GitHub Copilot Agent Mode, diagnosing tool registration issues, setting up mcp.json configuration, debugging MCP protocol messages, configuring logging for stdio and HTTP servers. DO NOT USE FOR: creating new MCP servers (use mcp-csharp-create), writing automated tests (use mcp-csharp-test), publishing or deploying to production (use mcp-csharp-publish).

3,219 Updated today
dotnet
AI & Automation Listed

mcp-builder

Build high-quality MCP servers with strong tool design, structured outputs, clear error handling, and realistic evaluations. Use when creating or improving MCP servers in TypeScript or Python for external APIs, services, or internal platforms.

1 Updated today
bg-szy
AI & Automation Solid

ln-012-mcp-configurator

Installs MCP packages, registers servers in Claude Code, configures hooks, permissions, IDE extension permission mode, and migrations. Use when MCP needs setup or reconfiguration.

480 Updated 3 days ago
levnikolaevich
AI & Automation Listed

create-mcp-skill

Create a new skill that uses an MCP server, following best practices from the MCP CLI guide. Use when user wants to create a skill for a new MCP server or integrate MCP functionality into a skill.

335 Updated today
aiskillstore
AI & Automation Featured

mcp-builder-ms

Use this skill when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

39,350 Updated today
sickn33