← Back to Plugins
MCP Server MCP

MQ-Sentinel

github By github 👁 1 views ▲ 0 votes

Read-only IBM MQ diagnostics for AI agents. Cited root cause, never destructive.

Homepage Verified source GitHub

Install

uvx mq-sentinel

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mq-sentinel",
      "version": "0.3.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set true for local demo only. Refused when environment=prod.",
          "format": "boolean",
          "default": "true",
          "name": "MQS_AUTH_DISABLE_AUTH_FOR_LOCAL_DEV"
        },
        {
          "description": "dev | staging | prod — used in audit and RBAC.",
          "format": "string",
          "default": "dev",
          "choices": [
            "dev",
            "staging",
            "prod"
          ],
          "name": "MQS_SERVER_ENVIRONMENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...