Skip to content
Cursor

greenlake users mcp for Cursor

io.github.hewlettpackard/greenlake-users-mcp

HPE GreenLake users MCP Server

client:Cursor transport:stdio runtime:pypi

Install greenlake users mcp in Cursor

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

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

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

greenlake users mcp in other clients