MCP ExplorerExplorer

Pure Model Context Protocol

@jboothomason 10 months ago
1 GPL-3.0
FreeCommunity
AI Systems
A simple MCP server to interact with Pure storage arrays

Overview

What is Pure Model Context Protocol

The pure-model-context-protocol is a simple MCP server designed to interact with Pure Storage arrays, specifically for retrieving real-time information from Pure Storage FlashBlade arrays.

Use cases

Use cases include monitoring and managing Pure Storage FlashBlade arrays, retrieving performance metrics, and managing storage resources effectively.

How to use

To use the pure-model-context-protocol, configure the server by adding the relevant entry to the claude_desktop_config.json file on your system. Then, run the server using the provided command and arguments.

Key features

Key features include a modular tool called ‘pure-fb’ that processes commands and arguments to retrieve information about the array, volumes, and hosts.

Where to use

This protocol is primarily used in environments that utilize Pure Storage arrays, particularly in data centers and cloud storage solutions.

Content

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:

  • pure-fb: Modular tool to process a command and arguments to retreive an array’s information, volumes, hosts, …

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”
]
}
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers