TypeScript MCP server for infrastructure visibility, health checks, inventory inspection, and operations-focused automation across developer environments.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"infra-lens-mcp": {
"command": "npx",
"args": [
"-y",
"oaslananka/infra-lens-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add infra-lens-mcp npx -y oaslananka/infra-lens-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"infra-lens-mcp": {
"command": "npx",
"args": [
"-y",
"oaslananka/infra-lens-mcp"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://www.buymeacoffee.com/oaslananka"> <img src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=%E2%98%95&slug=oaslananka&button_colour=FFDD00&font_colour=000000&font_family=Arial&outline_colour=000000&coffee_colour=ffffff" alt="Buy me a coffee" />
Tools (20)
INFRA_LENS_DB MCP_HTTP_ALLOWED_HOSTS MCP_HTTP_ALLOWED_ORIGINS MCP_HTTP_AUTHORIZATION_SERVERS MCP_HTTP_AUTH_MODE MCP_HTTP_BEARER_TOKEN MCP_HTTP_BODY_LIMIT_BYTES MCP_HTTP_ENDPOINT_PATH MCP_HTTP_HOST MCP_HTTP_MAX_CONCURRENT_REQUESTS MCP_HTTP_OAUTH_GATEWAY_HEADER MCP_HTTP_OAUTH_GATEWAY_SECRET MCP_HTTP_PORT MCP_HTTP_RATE_LIMIT_PER_MINUTE MCP_HTTP_REQUEST_TIMEOUT_MS MCP_PROFILE MCP_SSH_ALLOWED_HOSTS MCP_SSH_ALLOWED_PORTS MCP_SSH_ALLOWED_USERS MCP_SSH_KNOWN_HOSTS
Topics
automation developer-tools devops health-checks infrastructure inventory mcp model-context-protocol monitoring nodejs observability operations typescript