mit einem Klick
mit einem Klick
Build MCP (Model Context Protocol) servers - expose tools, resources, and prompts to LLMs. TypeScript/Python SDKs for Claude Desktop integration. NOTE: Do NOT invoke for the built-in /mcp Claude Code command — that lists configured MCP servers and is unrelated to building MCP server code.
MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing
Guide for creating effective skills
Re-authenticate Google Workspace MCP in-flight - refresh tokens, setup OAuth, check status
Bug reporting protocol for PM and agents to file GitHub issues
Protocol for tracking files immediately after agent creation
| name | mpm-monitor |
| description | Control monitoring server and dashboard |
| user-invocable | true |
| version | 1.0.0 |
| category | mpm-command |
| tags | ["mpm-command","system","pm-optional"] |
Manage Socket.IO monitoring server for real-time dashboard.
/mpm-monitor [start|stop|restart|status|port] [options]
Subcommands:
start: Start server (auto-selects port 8765-8785)stop: Stop running serverstatus: Show server statusport <PORT>: Start on specific portKey Options:
--port PORT: Specific port--force: Force kill to reclaim port--foreground: Run in foreground (default: background)Dashboard: http://localhost:8766
See docs/commands/monitor.md for details.