
Pure Storage Model Context Protocol Server

2025.02.05
1
Python存储管理其它
Pure Storage Model Context Protocol Server 是一个简单的 MCP 服务器,用于与 Pure Storage 存储阵列交互,从 Pure Storage FlashBlade 阵列中检索实时信息。
View on GitHub
Overview
基本能力
产品定位
Pure Storage Model Context Protocol Server 是一个用于与 Pure Storage 存储阵列交互的 MCP 服务器,主要用于从 FlashBlade 阵列中检索实时信息。
核心功能
- 提供与 Pure Storage 存储阵列的交互能力
- 从 FlashBlade 阵列中检索实时信息,包括卷、主机等
适用场景
- 需要实时监控和管理 Pure Storage 存储阵列的环境
- 需要从 FlashBlade 阵列中检索信息的场景
工具列表
- pure-fb: 模块化工具,用于处理命令和参数以检索阵列的信息,包括卷、主机等
使用教程
使用依赖
无明确的前置依赖说明
安装教程
- 在 Claude Desktop 的配置文件中添加相关条目
- MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- 添加以下配置到
mcpServers
部分:
"puremcpserver": {
"command": "uv",
"args": [
"--directory",
"/path/to/pure-mcp-server",
"run",
"pure-mcp-server"
]
}
调试方式
无明确的调试步骤说明