Production-oriented MCP server for safely inspecting and operating multiple IBM MQ environments with per-profile least-privilege capabilities.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ibm-mq-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/PlatformRelay/IBM-MQ-MCP-Server@latest"
]
}
}
}
Run in terminal:
claude mcp add ibm-mq-mcp-server go run github.com/PlatformRelay/IBM-MQ-MCP-Server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"ibm-mq-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/PlatformRelay/IBM-MQ-MCP-Server@latest"
]
}
}
}