mulewatch for Zed
io.github.brbousnguar/mulewatch
Read-only MCP server for MuleSoft Anypoint: app logs, archive search, Runtime Manager, Exchange.
client:Zed
transport:stdio
runtime:npm
Install mulewatch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs