MCP Infra Lens
Rank #10,175io.github.oaslananka/mcp-infra-lens
SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.
MCP Infra Lens is a Model Context Protocol (MCP) server published by oaslananka. It ranks #10,175 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Infra Lens is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 7, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 105,285 of 115,460 servers on MCP Toplist.
Use MCP Infra Lens
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-infra-lens -- npx -y mcp-infra-lens[mcp_servers.mcp-infra-lens]
command = "npx"
args = ["-y", "mcp-infra-lens"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-infra-lens": {
"command": "npx",
"args": [
"-y",
"mcp-infra-lens"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-infra-lens": {
"command": "npx",
"args": [
"-y",
"mcp-infra-lens"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-infra-lens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-infra-lens"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-infra-lens": {
"command": "npx",
"args": [
"-y",
"mcp-infra-lens"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-infra-lens": {
"command": "npx",
"args": [
"-y",
"mcp-infra-lens"
]
}
}
}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.oaslananka%2Fmcp-infra-lens)<a href="https://mcptoplist.com/server/io.github.oaslananka%2Fmcp-infra-lens"><img src="https://mcptoplist.com/badge/io.github.oaslananka%2Fmcp-infra-lens.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
oaslananka
Other servers by oaslananka
- KiCad MCP Pro#436 · 19 vers
- easyeda-mcp-pro#1,340 · 9 vers
- SSH MCP Tool#2,734 · 7 vers
- Boardreadyops#2,766 · 6 vers
- Kicad Studio Kit#2,983 · 5 vers
- A2amesh#4,648 · 5 vers
- Fovux Kit#6,413 · 7 vers
- MCP Health Monitor#9,900 · 3 vers
- Toon Tools Vsx#10,159 · 5 vers
- notebooklm-mcp-pro#11,517
- MCP Debug Recorder#12,211 · 1 ver
- Draforge#12,465 · 3 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Apr 8, 2026 |
| 1.0.1 | Apr 7, 2026 |
Frequently asked questions
- Who maintains MCP Infra Lens?
- MCP Infra Lens is maintained by oaslananka, which publishes 22 MCP servers (80 total versions) tracked on MCP Toplist.
- Is MCP Infra Lens listed on the Official MCP Registry?
- Yes — MCP Infra Lens is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP Infra Lens have?
- MCP Toplist tracks 2 versions of MCP Infra Lens, most recently published on Apr 8, 2026.
- Where can I find the source code for MCP Infra Lens?
- The source code for MCP Infra Lens is hosted at github.com/oaslananka/mcp-infra-lens.