Gl MCP Server
Rank #44,110io.github.HewlettPackard/greenlake-audit-logs-mcp
HPE GreenLake audit-logs MCP Server
Gl MCP Server is a Model Context Protocol (MCP) server published by HewlettPackard. It ranks #44,110 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Gl MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 71,481 of 115,591 servers on MCP Toplist.
Use Gl MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add greenlake-audit-logs-mcp -- uvx greenlake-audit-logs-mcp[mcp_servers.greenlake-audit-logs-mcp]
command = "uvx"
args = ["greenlake-audit-logs-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"greenlake-audit-logs-mcp": {
"command": "uvx",
"args": [
"greenlake-audit-logs-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"greenlake-audit-logs-mcp": {
"command": "uvx",
"args": [
"greenlake-audit-logs-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"greenlake-audit-logs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"greenlake-audit-logs-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"greenlake-audit-logs-mcp": {
"command": "uvx",
"args": [
"greenlake-audit-logs-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"greenlake-audit-logs-mcp": {
"command": "uvx",
"args": [
"greenlake-audit-logs-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.HewlettPackard%2Fgreenlake-audit-logs-mcp)<a href="https://mcptoplist.com/server/io.github.HewlettPackard%2Fgreenlake-audit-logs-mcp"><img src="https://mcptoplist.com/badge/io.github.HewlettPackard%2Fgreenlake-audit-logs-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
HewlettPackard
Available versions (2)
| Version | Published |
|---|---|
| 1.1.1 | May 12, 2026 |
| 1.1.0 | Apr 29, 2026 |
Frequently asked questions
- Who maintains Gl MCP Server?
- Gl MCP Server is maintained by HewlettPackard, which publishes 8 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Gl MCP Server listed on the Official MCP Registry?
- Yes — Gl MCP Server is listed on the Official MCP Registry.
- How many versions does Gl MCP Server have?
- MCP Toplist tracks 2 versions of Gl MCP Server, most recently published on May 12, 2026.
- Where can I find the source code for Gl MCP Server?
- The source code for Gl MCP Server is hosted at github.com/HewlettPackard/gl-mcp.