mulewatch for Cursor
io.github.brbousnguar/mulewatch
Read-only MCP server for MuleSoft Anypoint: app logs, archive search, Runtime Manager, Exchange.
client:Cursor
transport:stdio
runtime:npm
Install mulewatch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mulewatch": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs