Back to Home
rocklambros icon

nist-csf-2-mcp-server

by rocklambros

Overview

A professional cybersecurity assessment backend API for NIST CSF 2.0, providing real-time dashboards and executive reporting capabilities.

Installation

Run Command
npm run dev

Environment Variables

  • AUTH_MODE
  • JWT_SECRET
  • API_KEY
  • JWKS_URI
  • CORS_ORIGIN
  • DATABASE_PATH
  • SERVER_PORT
  • SERVER_HOST

Security Notes

The server demonstrates strong input validation using Zod schemas for most parameters, and includes robust security logging and monitoring features. Authentication mechanisms (JWT, API Key) are implemented but disabled by default in development. However, a critical vulnerability exists: the `generate_report` tool allows a user to specify `output_path` without sufficient path traversal validation. This could enable an attacker to write arbitrary files to sensitive locations on the server (e.g., `/etc/passwd`), potentially leading to remote code execution. This makes the application unsafe to run as-is without remediation.

Similar Servers

Stats

Interest Score48
Security Score4
Cost ClassMedium
Avg Tokens1000
Stars34
Forks2
Last Update2025-12-06

Tags

Cybersecurity AssessmentNIST CSFReal-time DashboardsExecutive ReportingCompliance