runsec
RunSec MCP Server
AI-powered MCP Server for Secure Coding. Zero noise, instant proof.
RunSec MCP brings security verification into AI coding workflows so teams can ship faster with confidence.
Requirements
RUNSEC_API_KEYenvironment variable is required.Node.js 18+ recommended.
Related MCP server: Helios
Installation
RunSec MCP is distributed via npm and can be launched directly with:
npx -y @runsec/mcp@latestCursor
Add this to your MCP configuration:
{
"mcpServers": {
"runsec": {
"command": "npx",
"args": ["-y", "@runsec/mcp@latest"],
"env": {
"RUNSEC_API_KEY": "your_api_key_here"
}
}
}
}Windsurf
Add this to your MCP server configuration:
{
"mcpServers": {
"runsec": {
"command": "npx",
"args": ["-y", "@runsec/mcp@latest"],
"env": {
"RUNSEC_API_KEY": "your_api_key_here"
}
}
}
}Claude Desktop
Add this to your Claude Desktop MCP configuration:
{
"mcpServers": {
"runsec": {
"command": "npx",
"args": ["-y", "@runsec/mcp@latest"],
"env": {
"RUNSEC_API_KEY": "your_api_key_here"
}
}
}
}Links
Website: runsec.io
npm: @runsec/mcp
This server cannot be deployed
Maintenance
Related MCP Connectors
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Zero-install security baseline for AI coding agents — OWASP/CWE-cited rules over MCP.
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enhances AI agents' coding capabilities by providing zero hallucinations, improved code quality, security-first approach, high test coverage, and efficient context management.1524 npm1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that securely reviews AI-generated code for vulnerabilities such as SQL injection, command injection, and hardcoded credentials.11Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAn MCP server that adds engineering discipline to AI-assisted development, enforcing evidence-gated TDD, security review, backup strategy, and deployment generation to turn AI-generated code into production-ready software.37 npm12MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for verifying AI-generated code quality, security, and performance, addressing trust gaps in AI coding assistants.MIT