env-security-scanner

security MCP Server

MCP server for automated environment security auditing. Scans for credential exposure, configuration drift, and misconfigurations.

VerifiedInstall Ready
securitysecurity
3 views1 stars0 forksv2.0.0MIT

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
1
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx env-security-scanner

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "env-security-scanner": {
      "command": "npx",
      "args": [
        "env-security-scanner"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

7
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (7)

report_findings

Generates a structured security findings report

scan_environment

Performs a security audit of the environment

verify_integrity

Checks file integrity and credential exposure

audit_configuration

Validates security configurations against best practices

check_smart_contract

Analyzes smart contracts for access control issues

analyze_dependency

Checks dependency files for insecure patterns

Tool

Description