From director-mode-lite
Validates Claude project MCP configurations: JSON structure in .claude/settings.json, mcpServers object, commands/args/env vars, essential MCPs (memory, filesystem, github), security for hardcoded secrets. Suggests fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/director-mode-lite:mcp-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validate the project's MCP setup for correctness and completeness.
Validate the project's MCP setup for correctness and completeness.
.claude/settings.json (project)~/.claude.json (user, reference)mcpServers object existsenableAllProjectMcpServers: true is setcommand is validargs properly formattedenv variables set| MCP | Required? |
|---|---|
| memory | Recommended |
| filesystem | Optional |
| github | If .git exists |
## MCP Configuration Report
### Status: VALID / ISSUES / INVALID
### Configuration Summary
| MCP Server | Status | Notes |
|------------|--------|-------|
| memory | OK/FAIL | details |
### Issues Found
1. [Issue and fix]
### Missing Recommended MCPs
- memory: `claude mcp add --scope project memory...`
| Issue | Fix |
|---|---|
| Invalid JSON | Check trailing commas |
| MCP not loading | claude mcp reset-project-choices |
| Missing env vars | Add with -e KEY=value |
npx claudepluginhub claude-world/director-mode-liteConfigures MCP servers for Claude Code at project or user scope with best practices to prevent context pollution. Checks status, adds/removes servers via .mcp.json or ~/.claude.json.
Checks and configures MCP servers in .mcp.json for project integration. Use for setup, status checks, adding core servers like context7 and sequential-thinking, or specific ones like playwright.
Validates agent-flow pipeline configuration including automation config, MCP server connectivity, and auth tokens. Reports what works, what's missing, and what failed.