New:Socket for Asana Is Now Available.Learn more
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.117
Version published
Maintainers
1
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

Support

Questions or enterprise onboarding: sales@runsec.io

Keywords

mcp

FAQs

Package last updated on 27 May 2026

Related posts