MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

M
MCP Security Scanner

A security vulnerability scanner built with MCP plugins

创建于 11/26/2024
更新于 over 1 year ago
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

  1. Clone the repository
  2. Install dependencies: npm install
  3. 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.