Claude Code skill:从 GitHub 部署 ServerProbe 并通过 MCP 诊断控制面远程调试 Minecraft 服务器(42 工具:指标/线程/插件诊断/日志/玩家/Arthas/火焰图)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"serverprobe-mcp-debu": {
"command": "npx",
"args": [
"-y",
"wcpe/serverprobe-mcp-debug"
]
}
}
}
Run in terminal:
claude mcp add serverprobe-mcp-debu npx -y wcpe/serverprobe-mcp-debug
Add to .cursor/mcp.json:
{
"mcpServers": {
"serverprobe-mcp-debu": {
"command": "npx",
"args": [
"-y",
"wcpe/serverprobe-mcp-debug"
]
}
}
}