M
MCP Security Scanner
A security vulnerability scanner built with MCP plugins
Created 11/26/2024
Updated over 1 year ago
README
Repository documentation and setup instructions
MCP Security Scanner
A security vulnerability scanner built with MCP plugins for analyzing JavaScript code.
https://dmontgomery40.github.io/plugin-vulnerability-scanner/
Features
- Scans JavaScript files for common security vulnerabilities
- Monitors memory usage during scanning
- Provides detailed reporting of findings
- Integration with GitHub for issue tracking
Getting Started
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev
Deployment
To deploy to GitHub Pages:
git checkout -b gh-pages
npm run build
git add dist
git commit -m "Deploy to GitHub Pages"
git push origin gh-pages
Then enable GitHub Pages in your repository settings.
Quick Setup
Installation guide for this server
Install Package (if required)
npx mcp-security-scanner
Cursor configuration (mcp.json)
{
"mcpServers": {
"dmontgomery40-mcp-security-scanner": {
"command": "npx",
"args": [
"mcp-security-scanner"
]
}
}
}
Author Servers
Other servers by DMontgomery40