This project offers MCP server built on the IBM Storage Protect Server CLIs and tools, enabling LLMs to interact with them.
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-storage-protect-": {
"command": "npx",
"args": [
"-y",
"IBM/ibm-storage-protect-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ibm-storage-protect- npx -y IBM/ibm-storage-protect-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ibm-storage-protect-": {
"command": "npx",
"args": [
"-y",
"IBM/ibm-storage-protect-mcp-server"
]
}
}
}