An MCP server that indexes the FedRAMP/docs repository, including FRMR JSON datasets and related markdown guidance, so MCP clients can query documents, requirements, control mappings, and change history. It can also clone/update a cached copy of the repository and search the indexed content with structured tools.
From the registry: Query FedRAMP 20x KSIs, NIST controls, and compliance docs via 20 MCP tools.
Please install the `fedramp-docs-mcp` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["fedramp-docs-mcp"]
- optional environment variables:
- `FEDRAMP_DOCS_PATH`: Path to an existing FedRAMP/docs checkout (example: `~/.cache/fedramp-docs`)
- `FEDRAMP_DOCS_REMOTE`: Remote used when cloning (example: `https://github.com/FedRAMP/docs`)
- `FEDRAMP_DOCS_BRANCH`: Branch to checkout when cloning (example: `main`)
- `FEDRAMP_DOCS_ALLOW_AUTO_CLONE`: Clone automatically when the path is missing (example: `true`)
- `FEDRAMP_DOCS_AUTO_UPDATE`: Automatically fetch repository updates (example: `true`)
- `FEDRAMP_DOCS_UPDATE_CHECK_HOURS`: Hours between automatic update checks (example: `24`)
- `FEDRAMP_DOCS_INDEX_PERSIST`: Persist the in-memory index (example: `true`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.FEDRAMP_DOCS_PATHPath to an existing FedRAMP/docs checkoutFEDRAMP_DOCS_REMOTERemote used when cloning the repositoryFEDRAMP_DOCS_BRANCHBranch to checkout when cloningFEDRAMP_DOCS_ALLOW_AUTO_CLONEWhether to clone automatically when the path is missingFEDRAMP_DOCS_AUTO_UPDATEWhether to automatically check for and fetch repository updatesFEDRAMP_DOCS_UPDATE_CHECK_HOURSHours between automatic update checksFEDRAMP_DOCS_INDEX_PERSISTWhether to persist the in-memory index to diskAI-powered threat hunting and incident response MCP server for Elasticsearch/OpenSearch