mcp-server-index
RAG-indexed registry of configured MCP servers, available tools, and dispatch rules for Godot development workflows.
Best use case
mcp-server-index is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
RAG-indexed registry of configured MCP servers, available tools, and dispatch rules for Godot development workflows.
Teams using mcp-server-index should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/mcp-server-index/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How mcp-server-index Compares
| Feature / Agent | mcp-server-index | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
RAG-indexed registry of configured MCP servers, available tools, and dispatch rules for Godot development workflows.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# MCP Server Index This skill is the source of truth for selecting MCP servers and tools in this environment. Always consult this index before invoking MCP tools. ## Active MCP Servers ### godot-mcp - Purpose: Godot runtime + project + scene operations. - Config key: `godot-mcp` - Typical use: - Run/stop project for validation. - Read runtime/debug output. - Programmatic scene and node operations. - Preferred tasks: runtime testing, scene refactors, verification loops. ### context7 - Purpose: fast documentation retrieval. - Config key: `context7` - Typical use: - Pull current docs for Godot/GDScript/FastMCP/APIs. - Preferred tasks: API lookups, syntax confirmation, library guidance. ### godot-asset-library - Purpose: search and pull assets from official Godot Asset Library API. - Config key: `godot-asset-library` - Tools: - `get_categories` - `search_assets` - `get_asset` - `download_asset_zip` - Preferred tasks: find existing addons/assets before building from scratch. ### kscript-knowledge - Purpose: local RAG-like knowledge base for patterns, rules, references. - Config key: `kscript-knowledge` - Tools: - `add_entry` - `search_entries` - `get_entry` - `list_tags` - `stats` - Preferred tasks: capture and retrieve reusable Godot/GDScript patterns. ### ragx-aipm - Purpose: AI project management and planning utilities. - Config key: `ragx-aipm` - Preferred tasks: planning and task organization support. ## Dispatch Rules 1. Runtime errors / behavior mismatch -> `godot-mcp` first. 2. API uncertainty / docs lookup -> `context7`. 3. Need plugin/addon quickly -> `godot-asset-library` before custom implementation. 4. Reusable fix/pattern discovered -> store in `kscript-knowledge` via `add_entry`. 5. Multi-step roadmap -> `ragx-aipm`. ## Godot Workflow Policy - Start with analysis + minimal wireframe. - Use MCP calls intentionally and explain why each call is needed. - Keep changes backward compatible. - Validate with runtime checks when possible. - Persist useful lessons into `kscript-knowledge`.
Related Skills
skills-index
Master index of all installed agent skills. Consult this to know which skills are available and when to use them. AI agents should read the corresponding SKILL.md before working in a skill's domain.
Server Component Patterns
> Design rendering strategies where Server Components are the default and client interactivity is pushed to the smallest possible boundary.
YAML Prompt Library
> Store reusable AI prompts as YAML files with structured messages, variables, and test data for version-controlled prompt engineering.
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Writing Plans — TDD-Sized Task Breakdown
> **Type:** Rigid process (follow structure exactly)
wireframing
Wireframing patterns including layout grids, content blocks, responsive breakpoints, and page layout patterns for landing pages, dashboards, and forms. Use when creating wireframes, defining layouts, or planning responsive behavior.
windows-registry-editor
Expert Windows Registry editor and optimizer via PowerShell. Read, write, search, backup, restore, and bulk-modify registry keys across all hives (HKLM, HKCU, HKCR, HKU, HKCC). Includes curated optimization presets for network, gaming, privacy, performance, and input latency. Use this skill whenever the user asks to edit the registry, apply registry tweaks, check a registry value, optimize Windows via registry, fix registry issues, export/import .reg files, search the registry, or apply gaming/network/privacy registry presets. Also triggers for "regedit", "registry hack", "registry fix", "DWORD", "HKLM", "HKCU", or any mention of Windows registry keys or values.
windows-network-optimizer
Diagnose, optimize, and verify Windows 11 network and system performance via PowerShell. Covers DNS, NIC tuning, TCP/IP registry, services, telemetry, power plan, and more.
windows-error-debugger
Diagnose, debug, and fix Windows crashes, BSODs, driver failures, and system errors via PowerShell. Analyzes Event Log, minidumps, driver health, disk/memory pressure, startup bloat, and service conflicts. Builds a growing knowledge base of resolved issues per machine. Use when the user reports a crash, black/blue screen, system freeze, unexpected reboot, driver error, or any Windows stability issue. Also triggers for "BSOD", "blue screen", "black screen", "crash", "system error", "bugcheck", "minidump", "driver failure", "unexpected shutdown", "paging file too small", "system hang", "Windows froze", "PC crashed", "kernel error", or any mention of Windows Event Log errors.
White-Label Config
> Transform any application into a customizable, self-hostable product with typed configuration, feature flags, and runtime env overrides.
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".