Skip to content
Cursor

greenlake reporting mcp for Cursor

io.github.hewlettpackard/greenlake-reporting-mcp

HPE GreenLake reporting MCP Server

client:Cursor transport:stdio runtime:pypi

Install greenlake reporting mcp in Cursor

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

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

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

greenlake reporting mcp in other clients