PluginBench
MCP Server

io.github.oaslananka/mcp-infra-lens MCP Server

io.github.oaslananka/mcp-infra-lens

What is the io.github.oaslananka/mcp-infra-lens MCP server?

SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.

How to install io.github.oaslananka/mcp-infra-lens

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-infra-lens": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-infra-lens"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-infra-lens": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-infra-lens"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-infra-lens": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-infra-lens"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-infra-lens": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-infra-lens"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-infra-lens -- npx -y mcp-infra-lens

Related MCP servers

Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.

View repository →

MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.

View repository →

Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.

View repository →

Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.

View repository →

Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status

View repository →

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

View repository →