Pure Storage FlashBlade
About
Integrates with Pure Storage FlashBlade arrays to enable real-time monitoring, troubleshooting, and resource management.
Details
- Author
- jboothomas
- Repository
- jboothomas/pure-model-context-protocol
- GitHub stars
- 1
- License
- GNU General Public License v3.0
- Categories
- Productivity, Developer Tools, Design, Workplace, File Management, AI, Project Management, Knowledge Base, Infrastructure
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Pure Storage FlashBladeCommand (node, npx, python, etc.)uvArguments-
Argument 1
--directory -
Argument 2
/path/to/pure-mcp-server -
Argument 3
run -
Argument 4
pure-mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
pure-fb
Modular tool to process a command and arguments to retrieve an array's information, volumes, hosts, ...
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"pure storage flashblade": {
"cwd": null,
"env": {},
"args": [
"--directory",
"/path/to/pure-mcp-server",
"run",
"pure-mcp-server"
],
"shell": false,
"command": "uv"
}
}
}
Linux
{
"cwd": null,
"env": [],
"args": [
"--directory",
"/path/to/pure-mcp-server",
"run",
"pure-mcp-server"
],
"shell": false,
"command": "uv"
}
Macos
{
"cwd": null,
"env": [],
"args": [
"--directory",
"/path/to/pure-mcp-server",
"run",
"pure-mcp-server"
],
"shell": false,
"command": "uv"
}
Windows
{
"cwd": null,
"env": [],
"args": [
"--directory",
"/path/to/pure-mcp-server",
"run",
"pure-mcp-server"
],
"shell": false,
"command": "uv"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





