install
source · Clone the upstream repo
git clone https://github.com/MacPhobos/research-mind
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MacPhobos/research-mind "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/mpm-doctor" ~/.claude/skills/macphobos-research-mind-mpm-doctor && rm -rf "$T"
manifest:
.claude/skills/mpm-doctor/SKILL.mdsource content
/mpm-doctor
Run comprehensive diagnostics on Claude MPM installation.
Usage
/mpm-doctor [--verbose] [--fix]
Options
: Show detailed diagnostic output--verbose
: Attempt to automatically fix detected issues--fix
What It Checks
- Installation: MPM package installation and version
- Configuration: Config file validity and required settings
- WebSocket: WebSocket server connectivity and health
- Agents: Agent availability and configuration
- Memory: Memory system health and accessibility
- Hooks: Hook system setup and functionality
When to Use
- After initial MPM installation (verify setup)
- When experiencing issues with commands or delegation
- Before reporting bugs (gather diagnostic information)
- After configuration changes (verify correctness)
- When WebSocket monitoring isn't working
Example Output
✅ MPM Installation: OK (v5.4.105) ✅ Configuration: Valid ⚠️ WebSocket Server: Not running (start with /mpm-monitor start) ✅ Agents: 15 available ✅ Memory System: Healthy ✅ Hooks: Configured
See docs/commands/doctor.md for details.