Query FedRAMP 20x KSIs, NIST controls, and compliance docs via 20 MCP tools.
Fedramp MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Query FedRAMP 20x KSIs, NIST controls, and compliance docs via 20 MCP tools.
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.
Once Fedramp is connected, these are the calls the assistant has available:
search_tools — Required for discovering other toolssearch_markdown — Most common entry point for documentation querieslist_frmr_documents — Starting point for FRMR data explorationhealth_check — Diagnostics and status verificationget_requirement_by_id — Universal ID lookup across all document typesAnalysis — The Analysis tool exposed by this serverSystem — The System tool exposed by this serverOpenCode — OpenCode is a powerful AI coding agent built for the terminal with native MCP supportGoose — Goose is Block's open-source AI agent. You can add the FedRAMP Docs MCP server using any of these methods:Kiro — Kiro is AWS's spec-driven IDE with native MCP supportThe server ships on npm as fedramp-docs-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
You will need 3 environment variables: FEDRAMP_DOCS_AUTO_UPDATE, FEDRAMP_DOCS_UPDATE_CHECK_HOURS, FEDRAMP_DOCS_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Fedramp's toolset — search_tools, search_markdown, list_frmr_documents and 7 more — is a fair guide to whether it matches your workflow. It is maintained by ethanolivertroy; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search_tools | Required for discovering other tools |
| search_markdown | Most common entry point for documentation queries |
| list_frmr_documents | Starting point for FRMR data exploration |
| health_check | Diagnostics and status verification |
| get_requirement_by_id | Universal ID lookup across all document types |
| Analysis | The Analysis tool exposed by this server. |
| System | The System tool exposed by this server. |
| OpenCode | [OpenCode](https://opencode.ai/) is a powerful AI coding agent built for the terminal with native MCP support. |
| Goose | [Goose](https://github.com/block/goose) is Block's open-source AI agent. You can add the FedRAMP Docs MCP server using any of these methods: |
| Kiro | [Kiro](https://kiro.dev/) is AWS's spec-driven IDE with native MCP support. |
{
"mcpServers": {
"fedramp-docs": {
"command": "fedramp-docs-mcp",
"env": {
"FEDRAMP_DOCS_AUTO_UPDATE": "false"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| FEDRAMP_DOCS_AUTO_UPDATE | Configuration value read at startup. | Optional |
| FEDRAMP_DOCS_UPDATE_CHECK_HOURS | Configuration value read at startup. | Optional |
| FEDRAMP_DOCS_PATH | Filesystem location the server is allowed to use. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.