@gongrzhe/server-command-center
v1.0.0
Published
Multi-Service Command Center MCP App Server with unified dashboard view
Downloads
104
Readme
Command Center MCP Server
Unified multi-service dashboard showing GitHub PRs, issues, deployments, and alerts in a single view.
Features
- GitHub PRs Dashboard - Monitor pull requests across your repositories with status tracking, CI/CD results, and review status
- Issue Tracking - Centralized view of tickets with priority levels, assignees, and status management
- Deployment Monitor - Track service deployments across environments (prod/staging) with version information
- Alert Management - Real-time alerts for infrastructure and application issues with severity levels
- Interactive UI - Built with React for responsive dashboard experience
- Quick Actions - Acknowledge alerts and interact with data directly from the dashboard
Installation
npm install @gongrzhe/server-command-centerUsage
As a CLI
npx @gongrzhe/server-command-centerClaude Desktop Configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"command-center": {
"command": "npx",
"args": ["-y", "@gongrzhe/server-command-center"]
}
}
}Claude Code Configuration
claude mcp add command-center -- npx -y @gongrzhe/server-command-centerTools
get-command-center-data
Returns mock data for the multi-service command center dashboard.
Parameters:
services(optional) - Array of services to fetch data for:github,issues,deployments,alerts. Defaults to all services if not specified.
Returns:
- GitHub PRs with status, CI results, and review information
- Issue tickets with priority levels and assignments
- Deployment records with version and environment info
- Alerts with severity levels and acknowledgment status
acknowledge-alert
Acknowledges a specific alert by its ID.
Parameters:
alertId(required) - The ID of the alert to acknowledge
Returns:
- Confirmation of alert acknowledgment
Example Prompt
Show me the command center dashboard with current status of all servicesLicense
MIT
