Back to Home
KevinRabun icon

FedRAMP20xMCP

Verified Safe

by KevinRabun

Overview

An MCP server for FedRAMP 20x compliance analysis, providing automated code and infrastructure scanning, evidence automation, and documentation tools.

Installation

Run Command
python -m fedramp_20x_mcp

Environment Variables

  • GITHUB_TOKEN
  • NVD_API_KEY
  • FEDRAMP_CACHE_DIR
  • AZURE_CLIENT_ID
  • AZURE_TENANT_ID
  • AZURE_CLIENT_SECRET
  • AZURE_SUBSCRIPTION_ID

Security Notes

The server performs static analysis (SAST-like) and Infrastructure as Code (IaC) scanning for FedRAMP 20x compliance. It leverages Abstract Syntax Tree (AST) parsing (using Tree-sitter) and regex for multi-language (Python, C#, Java, TypeScript) and IaC (Bicep, Terraform) analysis. External CVE data is fetched from GitHub Advisory Database and NVD. No hardcoded secrets were found in the provided code snippets of the server itself; its analyzers are designed to detect them in the *analyzed* code. No use of 'eval' or obvious obfuscation. The primary risk involves the reliability and integrity of external CVE data sources.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassMedium
Avg Tokens10000
Stars3
Forks0
Last Update2026-01-13

Tags

FedRAMPComplianceSecurity AnalysisDevSecOpsAzureStatic AnalysisVulnerability Management