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-mcpRelated MCP servers
KiCad MCP Pro
Active
Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.
51
View repository →Python
MIT
MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.
36
View repository →TypeScript
MIT
MCP Composer
Active
Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.
2
View repository →TypeScript
Apache-2.0
MCP Debug Recorder
Active
Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
2
View repository →TypeScript
MIT
MCP Health Monitor
Active
Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics
2
View repository →TypeScript
MIT
MCP Sentinel
Active
Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.
2
View repository →TypeScript
Apache-2.0