smithery/bobmatnyc

mpm-monitor

Control monitoring server and dashboard

Installation

$ npx skills add smithery/bobmatnyc --skill mpm-monitor

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/bobmatnyc · top by installs.

npx skills add smithery/bobmatnyc

Browse all from smithery/bobmatnyc

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.1

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 740 B
  • docs SUMMARY.md 58 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

/mpm-monitor

Manage Socket.IO monitoring server for real-time dashboard.

Usage

/mpm-monitor [start|stop|restart|status|port] [options]

Subcommands:

  • start: Start server (auto-selects port 8765-8785)
  • stop: Stop running server
  • status: Show server status
  • port <PORT>: Start on specific port

Key Options:

  • --port PORT: Specific port
  • --force: Force kill to reclaim port
  • --foreground: Run in foreground (default: background)

Dashboard: http://localhost:8765

See docs/commands/monitor.md for details.