- Home
- MCP servers
- Pure Storage Model Context Protocol Server
Pure Storage Model Context Protocol Server
- other
1
GitHub Stars
other
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"jboothomas-pure-model-context-protocol": {
"command": "uv",
"args": [
"--directory",
"/path/to/pure-mcp-server",
"run",
"pure-mcp-server"
]
}
}
}You run a focused MCP server that retrieves real-time data from a Pure Storage FlashBlade array. This server exposes a single, modular tool to fetch array information, volumes, hosts, and related details, enabling you to integrate Pure Storage data into your MCP workflows quickly and reliably.
How to use
Connect to the Pure Storage Model Context Protocol Server from your MCP client to query information about your Pure Storage FlashBlade array. You will use the available tool to request data such as array status, volumes, hosts, and other context details. The server is designed to be straightforward to invoke; you run it locally and your MCP client can send commands to fetch the information you need.
Typical usage patterns include: querying current array health and capacity, listing volumes, and mapping hosts to volumes. Use the MCP client to call the server’s tool endpoint, specify your target array, and process the returned data within your automation or dashboards. Ensure the server you run is properly started and reachable by your MCP client, and reference the tool’s capabilities to determine which data you can request.
How to install
Prerequisites you need before starting: Claude Desktop is used to host and manage MCP servers. You will add your MCP server configuration to Claude’s client settings so your MCP client can discover and connect to it.
Install Claude Desktop on your operating system (MacOS or Windows) and prepare the configuration entry shown below.
"mcpServers": {
"puremcpserver": {
"command": "uv",
"args": [
"--directory",
"/path/to/pure-mcp-server",
"run",
"pure-mcp-server"
]
}
}
Additional setup details
The server exposes a single tool named pure-fb. This modular tool processes a command and its arguments to retrieve information about the Pure Storage FlashBlade array, including details about the array itself, volumes, hosts, and related context.
Available tools
pure-fb
Modular tool to process a command and arguments to retrieve an array's information, volumes, hosts, and related context from a Pure Storage FlashBlade array.