Skip to content

feat: add IBM Concert MCP Server to Observability & Monitoring - #61

Open
riminator wants to merge 1 commit into
IBM:mainfrom
riminator:ibm-concert-mcp
Open

feat: add IBM Concert MCP Server to Observability & Monitoring#61
riminator wants to merge 1 commit into
IBM:mainfrom
riminator:ibm-concert-mcp

Conversation

@riminator

Copy link
Copy Markdown

Summary

Adds the IBM Concert MCP Server to the Observability & Monitoring section.

IBM Concert is IBM's application observability and risk management platform. This MCP server connects AI agents directly to Concert, enabling natural language-driven incident response and CVE triage.

Tools provided

Tool Description
list_monitored_workflows List all Concert workflows being monitored
check_workflow_health Run a live health check against one or all workflows
get_failing_workflows Return workflows currently in ERROR/WARNING state with diagnosis
get_workflow_diagnosis Diagnose a workflow and auto-post an error alert to Slack
remediate_workflow Auto-fix a failing workflow (soft re-invoke or oc rollout restart)
get_concert_cve_summary Query Concert for top CVEs across your application inventory
trigger_package_remediation Invoke Concert's built-in package remediation workflow
send_slack_alert Post a notification to the configured Slack channel
get_incident_stats MTTR and incident statistics for the last N days

Installation

Available on PyPI — no git URL needed:

{
  "mcpServers": {
    "concert-workflow-monitor": {
      "command": "uvx",
      "args": ["concert-workflow-monitor"],
      "env": {
        "CONCERT_API_KEY": "YOUR_KEY",
        "SLACK_WEBHOOK_URL": "YOUR_WEBHOOK"
      }
    }
  }
}

Links

Repo: https://github.com/riminator/ibm-concert-mcp
PyPI: https://pypi.org/project/ibm-concert-mcp

Signed-off-by: Akshay Mallireddy <akshay.mallireddy@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant