Skip to content

greenlake subscriptions mcp for Cursor

io.github.hewlettpackard/greenlake-subscriptions-mcp

HPE GreenLake subscriptions MCP Server

client:Cursor transport:stdio runtime:pypi

Install greenlake subscriptions mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "greenlake-subscriptions-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "greenlake-subscriptions-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

greenlake subscriptions mcp in other clients