Back to Browse

Mulewatch MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read-only MCP server for MuleSoft Anypoint: app logs, archive search, Runtime Manager, Exchange.

About

Read-only MCP server for MuleSoft Anypoint: app logs, archive search, Runtime Manager, Exchange.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Anypoint connected app client id (app acts on its own behalf).Optional

Environment variable: ANYPOINT_CLIENT_ID

Anypoint connected app client secret.Required

Environment variable: ANYPOINT_CLIENT_SECRET

Business group id to operate on. Defaults to the organization the credentials belong to.Optional

Environment variable: ANYPOINT_ORG_ID

Comma-separated environment names or ids the server is allowed to read. Unset means all visible environments.Optional

Environment variable: ANYPOINT_ALLOWED_ENVIRONMENTS

Anypoint control plane host. Defaults to https://anypoint.mulesoft.com.Optional

Environment variable: ANYPOINT_BASE_URL

Anypoint Monitoring host. Defaults to https://monitoring.anypoint.mulesoft.com.Optional

Environment variable: ANYPOINT_MONITORING_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-brbousnguar-mulewatch": {
      "env": {
        "ANYPOINT_ORG_ID": "your-anypoint-org-id-here",
        "ANYPOINT_BASE_URL": "your-anypoint-base-url-here",
        "ANYPOINT_CLIENT_ID": "your-anypoint-client-id-here",
        "ANYPOINT_CLIENT_SECRET": "your-anypoint-client-secret-here",
        "ANYPOINT_MONITORING_BASE_URL": "your-anypoint-monitoring-base-url-here",
        "ANYPOINT_ALLOWED_ENVIRONMENTS": "your-anypoint-allowed-environments-here"
      },
      "args": [
        "-y",
        "mulewatch"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!