mcp-vuln-server-final

NaamaS11/mcp-vuln-server-final
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-vuln-server-fina": {
      "command": "npx",
      "args": [
        "-y",
        "NaamaS11/mcp-vuln-server-final"
      ]
    }
  }
}

README Excerpt

This project implements a Model Context Protocol (MCP) server in TypeScript that provides structured access to a legacy vulnerability database stored in custom pipe-delimited text files. The system enables querying, filtering, and analyzing security vulnerabilities through well-defined tools that can be used by any MCP-compatible client, including LLM-based agents.