Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Latest commit

 

History

History
91 lines (66 loc) · 2.61 KB

File metadata and controls

91 lines (66 loc) · 2.61 KB

FedRAMP Docs Claude Plugin

A Claude Code plugin for FedRAMP compliance, documentation search, and control mapping.

Features

Slash Commands

Command Description
/fedramp-docs:search <query> Search FedRAMP documentation
/fedramp-docs:search-definitions <term> Search FedRAMP definitions
/fedramp-docs:list-controls [family] List NIST controls
/fedramp-docs:control-requirements <control> Get all requirements for a NIST control
/fedramp-docs:control-coverage Analyze NIST control family coverage
/fedramp-docs:list-ksi [filter] List Key Security Indicators
/fedramp-docs:filter-impact <level> Filter KSI by impact (low/moderate/high)
/fedramp-docs:theme-summary <theme> Get comprehensive theme guidance
/fedramp-docs:evidence-examples [theme] Get evidence examples for compliance
/fedramp-docs:get-requirement <id> Get any requirement by ID
/fedramp-docs:list-documents List all FRMR documents
/fedramp-docs:compare <doc1> <doc2> Compare document versions
/fedramp-docs:health Check MCP server status

Agent Skills

  • frmr-analysis - Automatically invoked when analyzing FRMR documents or control mappings
  • control-mapping - Automatically invoked when mapping NIST controls to FedRAMP requirements

Custom Agent

  • compliance-analyst - Specialized agent for FedRAMP compliance analysis

Installation

Quick Install

In Claude Code, run:

/plugin marketplace add hackIDLE/fedramp-docs-mcp
/plugin install fedramp-docs

Done! The plugin is ready to use.

Alternative: Manual Installation

npx fedramp-docs-mcp setup
claude --plugin-dir ~/.fedramp-docs-mcp/plugin

Supported Document Types

The plugin works with all 12 FedRAMP FRMR document types:

Type Full Name
KSI Key Security Indicators
MAS Minimum Assessment Scope
VDR Vulnerability Detection and Response
SCN Significant Change Notifications
FRD FedRAMP Definitions
ADS Authorization Data Sharing
CCM Collaborative Continuous Monitoring
FSI FedRAMP Security Inbox
ICP Incident Communications Procedures
PVA Persistent Validation and Assessment
SCG Secure Configuration Guide
UCM Using Cryptographic Modules

Examples

# Search for continuous monitoring guidance
/fedramp-docs:search continuous monitoring

# List all Access Control family controls
/fedramp-docs:list-controls AC

# Find KSI entries by category
/fedramp-docs:list-ksi vulnerability

# Check server health
/fedramp-docs:health

License

MIT