Skip to content

A fork of a simple MCP server to interact with Pure storage arrays created by Jean-Baptiste Thomas, Principal Technologist

License

Notifications You must be signed in to change notification settings

PureStorage-OpenConnect/flashblade-mcp-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A fork of a simple MCP server to interact with Pure storage arrays created by Jean-Baptiste Thomas, Principal Technologist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%