https://github.com/jboothomas/pure-model-context-protocol
A simple MCP server to interact with Pure storage arrays
https://github.com/jboothomas/pure-model-context-protocol
Last synced: 3 months ago
JSON representation
A simple MCP server to interact with Pure storage arrays
- Host: GitHub
- URL: https://github.com/jboothomas/pure-model-context-protocol
- Owner: jboothomas
- License: gpl-3.0
- Created: 2025-01-22T10:41:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T15:57:08.000Z (8 months ago)
- Last Synced: 2025-02-05T16:43:35.164Z (8 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **pure-model-context-protocol** - A simple MCP server to interact with Pure storage arrays `python` `mcp` `server` `git clone https://github.com/jboothomas/pure-model-context-protocol` (AI/ML)
- awesome-mcp-servers - **pure-model-context-protocol** - A simple MCP server to interact with Pure storage arrays `python` `mcp` `server` `git clone https://github.com/jboothomas/pure-model-context-protocol` (AI/ML)
README
# 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"
]
}
}