🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@runsec/mcp

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runsec/mcp

RunSec MCP server rewritten in TypeScript.

npmnpm
Version
1.0.120
Version published
Weekly downloads
31
-35.42%
Maintainers
1
Weekly downloads
 
Created
Source

RunSec MCP Server

AI-powered MCP server for secure coding — zero noise, instant proof.

RunSec connects your IDE or CI agent to local-first security analysis: deterministic rules, cognitive filtering, and evidence-backed findings you can verify in seconds.

Installation

Run via npx (recommended for Cursor, VS Code, Windsurf, and Claude Desktop):

npx @runsec/mcp@latest --api-key="YOUR_RUNSEC_API_KEY"

Get an API key from RunSec Hub under API Keys, then wire the server in your editor MCP config:

{
  "mcpServers": {
    "runsec": {
      "command": "npx",
      "args": ["-y", "@runsec/mcp@latest"],
      "env": {
        "RUNSEC_API_KEY": "YOUR_RUNSEC_API_KEY"
      }
    }
  }
}

Hub & documentation

What it does

  • Runs security scans locally in your workspace (source stays on your machine)
  • Syncs metadata and finding summaries to RunSec Hub for dashboards and compliance views
  • Maps results to frameworks such as OWASP, PCI DSS, SOC 2, and HIPAA

License

The @runsec/mcp connector is released under the MIT License.

Optional platform engine packages (@runsec/engine-*) may download third-party security scanners (Syft, Semgrep, TruffleHog) at install time. Those tools are governed by their upstream licenses when bundled; review your compliance requirements before enabling engines in regulated environments.

Support

Questions or enterprise onboarding: sales@runsec.io

Keywords

mcp

FAQs

Package last updated on 27 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts