
Greenlake Users Mcp
Expose HPE GreenLake user directory and access context to your agent for IAM-aligned ops without manual portal digging.
Overview
io.github.HewlettPackard/greenlake-users-mcp is an Operate-phase MCP server that exposes HPE GreenLake user APIs to your coding agent over stdio.
What is this MCP server?
- HPE-maintained MCP bridge to GreenLake user management APIs
- Stdio MCP via PyPI greenlake-users-mcp version 1.1.2
- Same gl-mcp monorepo as subscriptions and workspaces servers for consistent setup
- Supports agent-assisted access reviews and onboarding runbooks on GreenLake
- Enterprise IAM scope—not a substitute for GitHub or Google Workspace user MCPs
- Package version 1.1.2, registryType pypi, identifier greenlake-users-mcp
- Transport stdio only in published server manifest
- Repository github.com/HewlettPackard/gl-mcp
What problem does it solve?
GreenLake user and access questions force you out of the agent into vendor admin UIs during infra or support threads.
Who is it for?
Teams on GreenLake who run periodic access checks or support playbooks and want user data on demand in MCP clients.
Skip if: Builders without GreenLake, or those who only need local dev user mocks rather than enterprise cloud directory APIs.
What do I get? / Deliverables
You can resolve GreenLake user context inside the agent and document access decisions without breaking your operational flow.
- Agent-callable GreenLake user API operations via MCP
- Documented stdio server entry for version 1.1.2
- Composable setup with other gl-mcp GreenLake servers
Recommended MCP Servers
Journey fit
User and role alignment on a cloud control plane is a run-the-platform problem that surfaces after deployment and during ongoing governance. Infra is the canonical shelf because GreenLake users tie to tenant access, workspace membership, and who can act on cloud resources.
How it compares
Cloud control-plane user API MCP, not a general HR or OAuth user-management skill.
Common Questions / FAQ
Who is greenlake-users-mcp for?
Operators and developers on HPE GreenLake who need user directory and access-related API data inside MCP-enabled coding agents.
When should I use greenlake-users-mcp?
Use it when operating GreenLake infra—access reviews, onboarding verification, correlating incidents with tenant users, or drafting IAM changes with live data.
How do I add greenlake-users-mcp to my agent?
Add the PyPI package greenlake-users-mcp 1.1.2 as a stdio MCP server in your client config and authenticate with GreenLake API credentials from HewlettPackard’s gl-mcp repo.