Mcp Debug
Helps with MCP tools, debugging as part of orchestrating AI agents and multi-step workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add mcp-debug npx -- -y @trustedskills/mcp-debug
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mcp-debug": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mcp-debug"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The mcp-debug skill provides debugging capabilities specifically tailored for Minecraft: Java Edition (MCJ). It allows agents to inspect and modify game state, including entity properties, block data, and player inventories. This facilitates testing, troubleshooting, and advanced automation within the MCJ environment.
When to use it
- Troubleshooting Agent Behavior: If an agent is behaving unexpectedly in Minecraft, use this skill to examine its actions and the surrounding game world.
- Testing Automation Scripts: Quickly verify that automated tasks (e.g., building structures, resource gathering) are functioning correctly by inspecting intermediate states.
- Understanding Game Mechanics: Explore how specific game elements work by directly observing their properties and interactions.
- Developing Advanced Tools: Build custom tools or modifications that require deep access to the Minecraft game state.
Key capabilities
- Inspect entity data (position, health, etc.)
- Modify block data (material, metadata)
- Access player inventories
- Debug agent actions within MCJ
Example prompts
- "Show me the current position of the nearest sheep."
- "What is the material type of this block?"
- "Inspect my inventory and tell me how many diamonds I have."
- βCan you show me the health of that zombie?β
Tips & gotchas
Requires a running instance of Minecraft: Java Edition. The agent needs appropriate permissions within the game to modify world state; limitations may apply depending on server configuration.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.