trackmcp
Back to directory
jboothomas

pure-model-context-protocol

View on GitHub

A simple MCP server to interact with Pure storage arrays

1 stars PythonAI & Machine Learning Updated Jul 1, 2025

Documentation

Pure Storage Model Context Protocol Server

A simple MCP server to interact with Pure storage arrays, retrieves realtime information from a Pure Storage FlashBlade array

Components

Tools

The server provides a single tool:

    Quickstart

    Install

    Claude Desktop

    Add the relevant entry to the claude_desktop_config.json file

    • On MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
    • On Windows: `%APPDATA%/Claude/claude_desktop_config.json`

    Development/Unpublished Servers Configuration

    "mcpServers": {

    "puremcpserver": {

    "command": "uv",

    "args": [

    "--directory",

    "/path/to/pure-mcp-server",

    "run",

    "pure-mcp-server"

    ]

    }

    }

    Frequently asked questions

    What is pure-model-context-protocol?

    pure-model-context-protocol is A simple MCP server to interact with Pure storage arrays

    How do I install pure-model-context-protocol?

    Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

    Is pure-model-context-protocol open source?

    Yes — it is hosted on GitHub at https://github.com/jboothomas/pure-model-context-protocol and has 1 stars.

    Related MCP tools

    Run your own MCP server? See who uses it and what to fix.

    Measure it with TrackMCP