Security-Use

Provides security scanning and automatic fixes for dependencies and IaC via an MCP server.
  • python

3

GitHub Stars

python

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "security-use-mcp": {
      "command": "python",
      "args": [
        "-m",
        "security_use_mcp.server"
      ],
      "env": {
        "SECURITY_USE_CACHE_DIR": "/tmp/security-use-cache",
        "SECURITY_USE_LOG_LEVEL": "DEBUG"
      }
    }
  }
}

Available tools

scan_dependencies

Scans your project dependencies for known vulnerabilities using the OSV database.

scan_iac

Scans Infrastructure as Code files for security misconfigurations.

fix_vulnerability

Automatically updates vulnerable dependencies to secure versions.

fix_iac

Generates and applies fixes for IaC security issues.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Security-Use MCP Server - security-use/mcp | VeilStrat