MQ-Sentinel for Cursor
io.github.pramodreddyboddu/mq-sentinel
Read-only IBM MQ diagnostics for AI agents. Cited root cause, never destructive.
client:Cursor
transport:stdio
runtime:pypi
Install MQ-Sentinel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mq-sentinel": {
"type": "stdio",
"command": "uvx",
"args": [
"mq-sentinel"
],
"env": {
"MQS_AUTH_DISABLE_AUTH_FOR_LOCAL_DEV": "<MQS_AUTH_DISABLE_AUTH_FOR_LOCAL_DEV>",
"MQS_SERVER_ENVIRONMENT": "<MQS_SERVER_ENVIRONMENT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs