← スキル一覧に戻る

mcp-inspector
by Git-Fg
Collection of personally created or massively rewritten Skills
⭐ 0🍴 0📅 2026年1月18日
SKILL.md
name: mcp-inspector description: Test Model Context Protocol (MCP) servers using the MCP Inspector CLI
MCP Inspector Testing Skill
Quick testing for MCP servers (stdio, HTTP, SSE). Run Inspector CLI commands to validate tools, resources, and prompts.
Quick Start
# Basic tool test (local server)
npx @modelcontextprotocol/inspector --cli node build/index.js --method tools/list
# Call a tool
npx @modelcontextprotocol/inspector --cli node build/index.js \
--method tools/call --tool-name mytool --tool-arg key=value
# Remote server (HTTP/SSE)
npx @modelcontextprotocol/inspector --cli https://server.com --method tools/list
Common Methods
| Method | Purpose | Required Flags |
|---|---|---|
tools/list | List available tools | none |
tools/call | Execute a tool | --tool-name |
resources/list | List resources | none |
resources/read | Read resource content | --uri |
resources/templates/list | List resource templates | none |
prompts/list | List prompts | none |
prompts/get | Get prompt with args | --prompt-name |
Key CLI Flags
Transport:
--cli- Enable non-interactive mode (required)--transport <stdio\|sse\|http>- Explicit transport type--server-url <url>- Server URL for SSE/HTTP
Testing:
--method <name>- MCP method to call--tool-arg key=value- Tool arguments (repeatable)--uri <uri>- Resource URI--prompt-args key=value- Prompt arguments (repeatable)
Config:
--config <path>- Load from mcp.json--server <name>- Select server from config-e KEY=VALUE- Set environment variable--header "Name: Value"- HTTP headers for remote servers
Transport Auto-Detection
- URLs ending in
/mcp→ HTTP (streamable) - URLs ending in
/sse→ SSE - No URL → stdio (local server)
Reference Docs
See references/ directory:
cli-flags.md- Complete flag referencetransports.md- stdio/SSE/HTTP detailstesting-methods.md- All methods with examplesconfig-files.md- mcp.json patternsknown-issues.md- Server vs CLI bugs
Language-Specific Examples
See examples/ directory:
julia-stdio.md- Julia server testingremote-servers.md- HTTP/SSE testing, curl, mcp-remote
Official Docs
スコア
総合スコア
35/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です