Back to list
adeze

mcp-inspector

by adeze

Raindrop MCP Server

108🍴 19📅 Jan 23, 2026

SKILL.md


name: mcp-inspector description: MCP Protocol Inspection and Debugging with Inspector CLI keywords: [mcp, inspector, debugging, protocol, testing, cli]

MCP Inspector Skill

Guidelines for using the MCP Inspector tool in CLI mode for protocol inspection, debugging, and tool listing in a VS Code environment.

Prerequisites

  • Ensure you have Node.js and npx installed.
  • Install MCP Inspector: npx -y @modelcontextprotocol/inspector --help
  • Build your MCP server (e.g., bun run build or equivalent).

Usage Examples

List Available Tools

Run the following command in your VS Code terminal:

npx -y @modelcontextprotocol/inspector --cli node build/index.js --method tools/list

Send a Protocol Request (e.g., ping)

npx -y @modelcontextprotocol/inspector --cli node build/index.js --method ping

Debugging and Inspection

  • Use Inspector CLI to wrap your MCP server and inspect protocol traffic.
  • Example for STDIO server:
npx -y @modelcontextprotocol/inspector node build/index.js
  • For HTTP server:
npx -y @modelcontextprotocol/inspector node build/server.js

Tips

  • Use Inspector CLI flags for advanced filtering, logging, and output formatting. See Inspector documentation for details.
  • Integrate Inspector CLI commands into your VS Code tasks or launch configurations for automated inspection and debugging.
  • Use Vitest or your preferred test runner to automate CLI checks (see tests/inspector.test.ts for examples).

References

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon