Back to Home
KevinRabun icon

FedRAMP20xMCP

Verified Safe

by KevinRabun

Overview

An MCP (Model Context Protocol) server that provides access to FedRAMP 20x security requirements and controls with Azure-first guidance, including automated code analysis for compliance.

Installation

Run Command
python -m fedramp_20x_mcp.server

Environment Variables

  • GITHUB_TOKEN
  • NVD_API_KEY
  • OPENAI_API_KEY

Security Notes

The server's core functionality is to detect security vulnerabilities and compliance issues in other code (IaC, application code, CI/CD pipelines). It uses advanced techniques like AST parsing (for C#) to reduce false positives. It incorporates external vulnerability data (CVEFetcher using GitHub Advisory Database and NVD). The server itself logs operations for audit purposes and encourages secure practices in its recommendations. No obvious hardcoded secrets or malicious patterns are detected within its own codebase, and dependencies like `httpx` are standard. It provides clear security guidelines via `SECURITY.md`.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassMedium
Avg Tokens750
Stars2
Forks0
Last Update2025-12-06

Tags

FedRAMPcompliancesecurityAzureIaCcode analysisDevSecOpsstatic analysis