Query FedRAMP 20x KSIs, NIST controls, and compliance docs via 20 MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
β οΈ This project is sunsetting
This MCP server is no longer under active development. The FedRAMP search and FRMR parsing capabilities are being folded into GRC Clanker and myctrl.tools, where they live inside an actual GRC workflow instead of as a standalone subprocess.
The npm package and this repository remain available for existing users, but no new features will land here. For the reasoning and post-mortem, see the project writeup.
β Ethan (2026-04-15)
Disclaimer: This is an unofficial, community project and is not affiliated with, endorsed by, or associated with FedRAMP or the U.S. federal government. The author is not officially affiliated with FedRAMP. The FedRAMP name and any related marks are property of their respective owners.
Custom Model Context Protocol (MCP) server that makes the FedRAMP/docs repository queryable with FRMR-aware tooling. The server scans FRMR JSON datasets and supporting markdown guidance, exposes structured tools for analysis, and can optionally clone and cache the upstream repository for you.
See the FedRAMP Docs MCP Server in action with Claude Desktop:
https://github.com/user-attachments/assets/653c3956-0bfb-46c4-9e72-8a6d75e3a80d
| Resource | Description |
|---|---|
| Quick Start Guide | Get running in under 5 minutes |
| Full Documentation | Complete guides and reference |
| MCP Client Setup | Configure Claude Desktop, Cursor, VS Code |
| Tools Reference | All 21 MCP tools with parameters |
| Troubleshooting | Common issues and solutions |
Additional resources:
tools/site/content/ (Zensical static site content).| 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 |
To install globally and use the fedramp-docs-mcp command:
Note: Global installation is required if you want to use fedramp-docs-mcp as the command in MCP client configurations (Claude Desktop, Goose, etc.). Alternatively, you can use the full path to the built server: node /path/to/fedramp-docs-mcp/dist/index.js
The package includes helpful CLI commands:
During startup the server ensures a FedRAMP/docs repository is available, indexes FRMR JSON and markdown content, then begins serving requests on MCP stdio.
Environment variables control repository discovery and indexing behaviour:
| Variable | Default | Description |
|---|---|---|
FEDRAMP_DOCS_PATH | ~/.cache/fedramp-docs | Path to an existing FedRAMP/docs checkout. |
FEDRAMP_DOCS_REMOTE | https://github.com/FedRAMP/docs | Remote used when cloning. |
FEDRAMP_DOCS_BRANCH | main | Branch to checkout when cloning. |
FEDRAMP_DOCS_ALLOW_AUTO_CLONE | true | Clone automatically when the path is missing. |
FEDRAMP_DOCS_AUTO_UPDATE | true | Automatically check for and fetch repository updates. |
FEDRAMP_DOCS_UPDATE_CHECK_HOURS | 24 | Hours between automatic update checks (when auto-update is enabled). |
FEDRAMP_DOCS_INDEX_PERSIST | true | Persist the in-memory index under ~/.cache/fedramp-docs/index-v1.json. |
Set FEDRAMP_DOCS_PATH if you maintain a local clone. Otherwise leave it unset and allow the server to create a shallow cached copy.
The server includes automatic update checking to keep the FedRAMP docs current:
Automatic Updates (Default Behavior):
Manual Updates:
update_repository tool to force an immediate updateDisabling Auto-Update:
Custom Update Frequency (check every 6 hours):
The server provides 21 tools organized into categories. All tools follow the error model and respond with JSON payloads.
| Tool | Description |
|---|---|
list_frmr_documents | Enumerate indexed FRMR JSON documents |
get_frmr_document | Return full JSON and summary for a document |
list_versions | Collate version metadata by FRMR document type |
| Tool | Description |
|---|---|
list_ksi | Filter and inspect Key Security Indicators |
get_ksi | Get a specific KSI item by ID |
filter_by_impact | Filter KSI items by impact level (low/moderate/high) |
get_theme_summary | Get comprehensive guidance for a KSI theme (IAM, CNA, etc.) |
get_evidence_examples | Get automation-friendly evidence suggestions for KSI compliance (community suggestions, not official FedRAMP) |
| Tool | Description |
|---|---|
list_controls | Flatten FRMR β control mappings |
get_control_requirements | Get all requirements mapped to a specific control |
analyze_control_coverage | Report which control families have FedRAMP requirements |
| Tool | Description |
|---|---|
search_markdown | Full-text search across documentation |
read_markdown | Read specific markdown file contents |
search_definitions | Search FedRAMP definitions (FRD) by term |
get_requirement_by_id | Get any FRMR requirement by ID (KSI-, FRR-, FRD-*) |
| Tool | Description |
|---|---|
diff_frmr | Structured diff of two FRMR datasets |
grep_controls_in_markdown | Locate control references in markdown |
get_significant_change_guidance | Curated Significant Change references |
| Tool | Description |
|---|---|
search_tools | Search and discover available tools by keyword or category |
health_check | Confirm the server indexed successfully |
update_repository | Force update the cached FedRAMP docs |
The get_evidence_examples tool provides community-suggested evidence examples for each KSI. These are automation-friendly suggestions showing how to programmatically collect compliance evidence via APIs, CLI commands, and security tools.
Important: These are NOT official FedRAMP guidance. Always verify requirements with official FedRAMP documentation.
For each of the 72 KSI indicators, we provide:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/fedramp-docs-mcp)<a href="https://allmcps.com/mcp/fedramp-docs-mcp"><img src="https://allmcps.com/api/badge/fedramp-docs-mcp?style=directory" alt="Fedramp Docs MCP on AllMCPs" /></a>