MinIO AIops for Cursor
io.github.aiops-tools/minio-aiops
Governed MinIO ops: capacity RCA, exposure audit, ILM, WORM retention, IAM, healing, 48 tools.
client:Cursor
transport:stdio
runtime:pypi
Install MinIO AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"minio-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"minio-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs