@quantumtiger/quantumviper-mcp
v4.0.0
Published
Quantum Viper MCP Server - AI-Powered Security Scanner for LLM Integration
Maintainers
Readme
Quantum Viper MCP Server
Model Context Protocol Server for AI Assistants — by Quantum Tiger
Overview
The Quantum Viper MCP Server allows AI assistants (Claude Desktop, GitHub Copilot, Cursor, Windsurf, etc.) to perform security analysis through the Model Context Protocol.
Installation
npm install -g @quantumtiger/quantumviper-mcpConfiguration
Claude Desktop
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"quantum-viper": {
"command": "quantumviper-mcp",
"args": ["--stdio"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"quantum-viper": {
"command": "quantumviper-mcp",
"args": ["--stdio"]
}
}
}VS Code (GitHub Copilot)
The MCP server is built into the VS Code extension — no separate configuration needed.
Available Tools
| Tool | Description |
|------|-------------|
| scan_file | Scan a single file for vulnerabilities |
| scan_directory | Scan an entire directory |
| explain_vulnerability | Get AI explanation of a vulnerability type |
| fix_vulnerability | Generate AI fix for a specific vulnerability |
| security_score | Calculate security score for a project |
| sca_scan | Software Composition Analysis |
| secrets_scan | Detect hardcoded secrets |
| iac_scan | Infrastructure as Code scanning |
| agent_chat | Interactive security chat |
| agent_explain | AI code explanation |
| agent_fix | AI-powered code fix |
| agent_status | Agent status check |
AI Engine
Uses the Quantum Viper AI priority chain:
BYOAI (User) → Ollama Pro Cloud → Cortex Engine (Local)Links
License
Proprietary — © 2025-2026 Quantum Tiger. All rights reserved.
