mcpbeat Sign in

mulewatch MCP Server

by brbousnguar Your server? Claim it
local only

mulewatch runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 26 · avg 0
a month agotoday
49
Installs / week
npm · mulewatch
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check mulewatch every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mulewatch -- npx -y mulewatch
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mulewatch": {
      "args": [
        "-y",
        "mulewatch"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mulewatch]
command = "npx"
args = ["-y", "mulewatch"]
.cursor/mcp.json
{
  "mcpServers": {
    "mulewatch": {
      "args": [
        "-y",
        "mulewatch"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mulewatch": {
      "args": [
        "-y",
        "mulewatch"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANYPOINT_CLIENT_ID (Anypoint connected app client id (app acts on its own behalf).), ANYPOINT_CLIENT_SECRET (Anypoint connected app client secret.), ANYPOINT_ORG_ID (Business group id to operate on. Defaults to the organization the credentials belong to.), ANYPOINT_ALLOWED_ENVIRONMENTS (Comma-separated environment names or ids the server is allowed to read. Unset means all visible environments.), ANYPOINT_BASE_URL (Anypoint control plane host. Defaults to https://anypoint.mulesoft.com.), ANYPOINT_MONITORING_BASE_URL (Anypoint Monitoring host. Defaults to https://monitoring.anypoint.mulesoft.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to mulewatch

same job, measured the same way
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only
Appsignal
by pulsemcp

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

96 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Tidewave Rails
by tidewave-ai

Runtime-level MCP server for Rails development: run code, read logs, query the DB, read docs.

local only
Box Admin Analytics MCP
by shigechika

MCP server for Box admin-log analytics — external-sharing visibility, read-only

291 installs/wk local only
Tidewave Phoenix
by tidewave-ai

Runtime-level MCP server for Phoenix development: run code, read logs, query the DB, read docs.

local only
VMware Log Insight
by zw008

Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.

1 170 installs/wk local only

mulewatch — questions

Answers built from our own checks of this server.

Why is there no uptime for mulewatch?
mulewatch runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mulewatch was installed 49 times last week.
How do I connect mulewatch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mulewatch straight from npm; nothing to host, nothing to sign up for.
How many people use mulewatch?
The npm package mulewatch was installed 49 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mulewatch open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.