Security Scanner MCP Server
Enables comprehensive security scanning of code repositories to detect secrets, vulnerabilities, dependency issues, and configuration problems. Provides real-time security checks and best practice recommendations to help developers identify and prevent security issues.
README
Security Scanner MCP Server
A comprehensive security scanning tool for code repositories, exposed as an MCP (Model Context Protocol) server. This tool helps developers identify security vulnerabilities, exposed secrets, dependency issues, and configuration problems in their codebases.
Features
- Secret Detection: Scans for exposed API keys, passwords, tokens, and other sensitive information
- Vulnerability Analysis: Identifies common security vulnerabilities in code
- Dependency Auditing: Checks for outdated or vulnerable dependencies
- Git Security: Analyzes .gitignore files and git history for security issues
- Real-time Scanning: Check content for secrets before committing
- Security Best Practices: Provides actionable security recommendations
Installation
npm install -g @rupeshpanwar/security-scanner-mcp
Or use with npx:
npx @rupeshpanwar/security-scanner-mcp
CLI Usage (NEW in v1.1.0)
The package now includes a standalone CLI tool for direct command-line scanning:
# Scan a directory with summary output
security-scan scan /path/to/project
# Scan with detailed output
security-scan scan /path/to/project --format detailed
# Scan specific categories
security-scan scan /path/to/project --categories secrets vulnerabilities
# Output as JSON
security-scan scan /path/to/project --format json
# Save report to file
security-scan scan /path/to/project --format detailed > security-report.txt
CLI Options:
--format <format>: Output format (summary|detailed|json), default: summary--categories <categories...>: Specific categories to scan (secrets|vulnerabilities|dependencies|gitignore|git-history), default: all
Usage with Claude Desktop
Add the server to your Claude Desktop configuration:
macOS
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"security-scanner": {
"command": "npx",
"args": ["@rupeshpanwar/security-scanner-mcp"]
}
}
}
Windows
Edit %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"security-scanner": {
"command": "npx",
"args": ["@rupeshpanwar/security-scanner-mcp"]
}
}
}
Available Tools
1. scan_repository
Performs a comprehensive security scan on a repository.
Parameters:
path(required): Path to the repository to scanoutputFormat(optional): Output format - "summary", "detailed", or "json" (default: "summary")categories(optional): Specific categories to scan (default: all)- "secrets": API keys, passwords, tokens
- "vulnerabilities": Code vulnerabilities
- "dependencies": Dependency issues
- "gitignore": .gitignore analysis
- "git-history": Git history scanning
Example:
Scan the repository at /path/to/repo for all security issues
2. check_secret
Checks if a piece of content contains potential secrets or sensitive information.
Parameters:
content(required): Content to check for secretsfileType(optional): File type/extension for context-aware scanning
Example:
Check this content for secrets: AWS_ACCESS_KEY=AKIA1234567890ABCDEF
3. check_gitignore
Analyzes .gitignore file for missing security patterns.
Parameters:
path(required): Path to the repositorypatterns(optional): Additional patterns to check for
Example:
Check if the .gitignore in /path/to/repo has all recommended security patterns
4. get_security_tips
Get security best practices and tips for a specific topic.
Parameters:
topic(required): Security topic- "secrets": Secret management best practices
- "gitignore": .gitignore recommendations
- "dependencies": Dependency security
- "docker": Docker security
- "ci-cd": CI/CD security
- "general": General security tips
Example:
Give me security tips about secrets management
Security Patterns Detected
Secrets
- AWS Access Keys and Secret Keys
- API Keys (OpenAI, Google, GitHub, etc.)
- Private Keys (SSH, SSL certificates)
- Database connection strings
- OAuth tokens
- JWT tokens
- And many more...
Vulnerabilities
- SQL injection risks
- Command injection risks
- Hardcoded IPs and credentials
- Weak cryptography usage
- Insecure deserialization
- Debug code in production
- Insecure random number generation
Configuration Issues
- Missing .gitignore patterns
- Exposed configuration files
- Temporary file usage
- HTTP without TLS
Example Workflow
-
Initial Repository Scan
Scan the repository at ./my-project and show me a detailed report -
Check Code Before Committing
Check this config file for any secrets: [paste your config content] -
Fix .gitignore Issues
Check my .gitignore file and tell me what security patterns I'm missing -
Get Security Recommendations
Give me best practices for managing secrets in my codebase
Output Formats
Summary Format
Quick overview showing count of issues by severity level.
Detailed Format
Complete listing of all findings with:
- Issue description
- File location and line number
- Severity level
- Remediation recommendations
JSON Format
Machine-readable format for integration with other tools.
Best Practices
- Run Regular Scans: Integrate into your CI/CD pipeline
- Fix Critical Issues First: Address high and critical severity findings immediately
- Update .gitignore: Ensure all sensitive file patterns are excluded
- Rotate Exposed Secrets: If any secrets are found, rotate them immediately
- Keep Dependencies Updated: Regular dependency updates reduce vulnerabilities
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
Acknowledgments
This tool was created after discovering exposed credentials in production code. It aims to help developers prevent similar security incidents by providing proactive scanning and education about security best practices.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。