PluginBench
MCP Server
Active
MIT

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

io.github.oaslananka/infra-lens-mcp

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

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

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

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": {
    "infra-lens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "infra-lens-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "infra-lens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "infra-lens-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "infra-lens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "infra-lens-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "infra-lens-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "infra-lens-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add infra-lens-mcp -- npx -y infra-lens-mcp

Related MCP servers

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

51
Python
MIT
View repository →

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

36
TypeScript
MIT
View repository →

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

2
TypeScript
Apache-2.0
View repository →

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

2
TypeScript
MIT
View repository →

Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics

2
TypeScript
MIT
View repository →

Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.

2
TypeScript
Apache-2.0
View repository →