Mcp Debug

🌐Community
by technickai Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add mcp-debug npx -- -y @trustedskills/mcp-debug
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
technickai
Installs
4

🌐 Community

Passed automated security scans.