mulewatch for Windsurf
io.github.brbousnguar/mulewatch
Read-only MCP server for MuleSoft Anypoint: app logs, archive search, Runtime Manager, Exchange.
client:Windsurf
transport:stdio
runtime:npm
Install mulewatch in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mulewatch": {
"command": "npx",
"args": [
"-y",
"mulewatch"
],
"env": {
"ANYPOINT_CLIENT_ID": "<ANYPOINT_CLIENT_ID>",
"ANYPOINT_CLIENT_SECRET": "<ANYPOINT_CLIENT_SECRET>",
"ANYPOINT_ORG_ID": "<ANYPOINT_ORG_ID>",
"ANYPOINT_ALLOWED_ENVIRONMENTS": "<ANYPOINT_ALLOWED_ENVIRONMENTS>",
"ANYPOINT_BASE_URL": "<ANYPOINT_BASE_URL>",
"ANYPOINT_MONITORING_BASE_URL": "<ANYPOINT_MONITORING_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs