mcp-check

Validate MCP configuration files for correctness, completeness, and security.

81|11|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/claude-world/director-mode-lite --skill mcp-check-claude-world
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-check
Source: https://github.com/claude-world/director-mode-lite/tree/main/skills/mcp-check
Command: npx skills add https://github.com/claude-world/director-mode-lite --skill mcp-check-claude-world

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users validate and troubleshoot MCP (Multi-Cloud Provider) setup configurations, ensuring project compliance and security.

Core Features & Use Cases

  • Configuration Validation: Checks JSON format, presence of MCP objects, and key settings like enableAllProjectMcpServers.
  • Issue Diagnosis: Identifies malformed files, missing elements, or misconfigurations in MCP setup.
  • Use Case: A developer verifying their project's MCP files can quickly identify misconfigurations and receive a report with suggested fixes to prevent deployment errors.

Quick Start

Use the mcp-check skill to validate the MCP setup in the current project directory and generate a detailed report.

Frequently Asked Questions about mcp-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate my MCP configuration file for correctness?

MCP configuration validation checks JSON format correctness, verifies the presence of required MCP objects, and confirms key settings like enableAllProjectMcpServers. This ensures your multi-cloud provider setup aligns with project compliance standards.

What is the best way to diagnose a misconfigured MCP setup?

The best way to diagnose a misconfigured MCP setup is to perform security analysis and schema validation. This identifies malformed JSON files, missing elements, or incorrect configurations, generating a report with suggested fixes to prevent deployment errors.

Does MCP configuration validation check for security issues?

Yes, MCP configuration validation includes security analysis to ensure your project setup aligns with security standards. It assesses cloud integrations and environment checks to verify configurations are secure and compliant with best practices.

Can I use MCP validation tools to check if enableAllProjectMcpServers is set correctly?

Yes, MCP validation tools specifically check for key settings like enableAllProjectMcpServers during schema validation. This confirms your multi-cloud provider configuration files are complete and correctly configured for your project.

Why does my MCP configuration validation report missing JSON elements?

Your MCP configuration validation reports missing JSON elements because schema validation identifies incomplete setup files. It checks for required MCP objects and flags absent key settings to help you fix misconfigurations and prevent deployment errors.