Pure Storage FlashBlade

by jboothomas

1 stars
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Pure Storage FlashBlade
    Command (node, npx, python, etc.) uv
    Arguments
    • 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.

  4. 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"
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.