JSPM

@quantumtiger/quantumviper-mcp

4.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q64675F
  • License UNLICENSED

Quantum Viper MCP Server - AI-Powered Security Scanner for LLM Integration

Package Exports

  • @quantumtiger/quantumviper-mcp
  • @quantumtiger/quantumviper-mcp/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@quantumtiger/quantumviper-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Quantum Viper MCP Server

Model Context Protocol Server for AI Assistants — by Quantum Tiger

npm Version


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-mcp

Configuration

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)

License

Proprietary — © 2025-2026 Quantum Tiger. All rights reserved.