mcp-driver

mcp-driver is a skill for Claude Code from valkor-ai/loom. It costs 171 tokens per session (1,110 once invoked), scanned A, original, Apache-2.0.

A runtime debugging guide for Godot projects using godot-mcp, a tool for inspecting a running game and its internal state.

In plain words
What is it for?
Use it to inspect the live scene tree, console output, runtime errors, and visual or interaction problems when headless debugging is not enough.
Why use it?
It helps investigate problems that do not appear during compilation or automated tests, such as broken input, physics, rendering, or runtime behavior.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to inspect the live scene tree, console output, runtime errors, and visual or interaction problems when headless debugging is not enough.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/valkor-ai/loom/mcp-driver
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add valkor-ai/loom --skill mcp-driver
Clone the repo
git clone --depth 1 https://github.com/valkor-ai/loom

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-driver

README.md
[![agentmods](https://agentmods.dev/badge/skills/valkor-ai/loom/mcp-driver.svg)](https://agentmods.dev/skills/valkor-ai/loom/mcp-driver)
Your own site
<a href="https://agentmods.dev/skills/valkor-ai/loom/mcp-driver"><img src="https://agentmods.dev/badge/skills/valkor-ai/loom/mcp-driver.svg" alt="Measured on agentmods" height="20"></a>
Per session 171 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,110 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00171 $0.01110
Opus 5 $0.00086 $0.00555
Sonnet 5 $0.00034 $0.00222
Haiku 4.5 $0.00017 $0.00111

Measured 8d ago against content hash 37bf98463398, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mcp-driver scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/shared/loom/skills/godot/mcp-driver/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Driver — Runtime Debug & Inspection

$ARGUMENTS

When to use this skill

MCP is the upgrade path when faster tools hit a wall. The fast loop handles most issues:

Problem type Fast path (no MCP)
Syntax / parse error headless-build
Unit test failure gdunit-driver
API lookup godot-api

Escalate to MCP when:

  • Compile-pass / runtime-fail — headless-build says OK but something is wrong when the game actually runs
  • Test-pass / behavior-wrong — unit tests pass but the game does not behave correctly in practice
  • Visual issue — screen is black, sprites missing, z-order wrong, camera not following
  • Input not working — keys/mouse/gamepad produce no response at runtime
  • Physics misbehavior at runtime — objects pass through each other, wrong gravity, jittery movement
  • Need live state — want to see the actual node tree, console output, or runtime errors
  • Repeated headless failure — a fix has been attempted 2+ times via headless path without success

If none of these apply, use the fast path skill instead.

Debug-fix loop (overview)

When you escalate to MCP, follow this loop. Max 3 iterations before asking the user for help.

1. RUN      — run_project (optionally with a specific scene)
2. CAPTURE  — get_debug_output → collect errors, warnings, prints
3. ANALYZE  — parse output, identify root cause
4. FIX      — modify code / scene / config to address the issue
5. VERIFY   — stop_project → run_project again, get_debug_output
6. REPORT   — summarize what was wrong, what was changed, and the outcome

Each step is detailed in references/workflow.md. Common runtime issue patterns are in references/debug-patterns.md.

Project path

MCP tools require a projectPath parameter — the directory containing project.godot. Determine it from the current working directory or ask the user if ambiguous:

# Quick check
ls project.godot 2>/dev/null && echo "Project root: $(pwd)"

Read the full file on GitHub · 122 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 122 lines · 171 tokens per session scan A 37bf98463398

Subscribe to this mod's changes

mcp-driver is a skill published in the GitHub repository valkor-ai/loom (977 stars, last pushed 21d ago), licensed Apache-2.0. It adds 171 tokens to every session and 1,110 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

minecraft-debug-mcp

Operate and debug the live Minecraft bot through its built-in MCP REPL server. Use when work requires starting the bot with pnpm dev, connecting to the local MCP endpoint, inspecting cognitive state/logs/history, injecting synthetic chat/events, or running targeted REPL code against the running brain during…

moeru-ai/airi · 68 tokens

graphics-api-hooking

Guide for graphics API interception, overlay rendering, and render-pipeline analysis across DirectX, OpenGL, and Vulkan. Use this skill when working with Present or SwapBuffers hooks, DXGI swap chains, shader or draw-call interception, screenshot-sensitive overlays, or graphics debugging in game security research.

gmh5225/awesome-game-security · 64 tokens

console-get-logs

Retrieve Unity Editor logs from the MCP plugin's LogCollector, optionally filtered by log type or time window. Useful for debugging and monitoring Editor activity.

IvanMurzak/Unity-MCP · 35 tokens

editor-application-get-state

Return the current state of UnityEditor.EditorApplication — playmode, paused state, compilation state, and related flags.

IvanMurzak/Unity-MCP · 31 tokens

console-clear-logs

Clear the MCP log cache (used by 'console-get-logs') and the Unity Editor Console window. Useful for isolating logs to a specific action by clearing the slate first.

IvanMurzak/Unity-MCP · 41 tokens

profiler-start

Enable Unity's runtime profiler and open the Profiler window. Idempotent: calling when already enabled returns the current enabled state without error.

IvanMurzak/Unity-MCP · 32 tokens