Demo scripts and skills files for using Claude Code as a Database SRE agent with the Pure Storage Fusion MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-demos": {
"command": "npx",
"args": [
"-y",
"nocentino/mcp-server-demos"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-demos npx -y nocentino/mcp-server-demos
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-demos": {
"command": "npx",
"args": [
"-y",
"nocentino/mcp-server-demos"
]
}
}
}