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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivanidknow/runsec-mcp-server-public'
If you have feedback or need assistance with the MCP directory API, please join our Discord server