fedramp-docs-mcp
An unofficial MCP server that exposes public FedRAMP 20x documentation as deterministic, citable lookup tools for AI assistants, with every response citing the exact upstream source.
README
fedramp-docs-mcp
An unofficial Model Context Protocol (MCP) server that exposes the public FedRAMP 20x machine-readable documentation (FRMR) as deterministic, citable lookup tools for AI assistants.
⚠️ Not affiliated with FedRAMP, GSA, or the U.S. government. This is a community-built tool. Data is sourced from the public GSA FedRAMP docs repository at https://github.com/FedRAMP/docs. The bundled
FRMR.documentation.jsonis a U.S. government work in the public domain (17 U.S.C. § 105); this server's code is MIT-licensed.
Why this exists
When using AI assistants to analyze, scope, or write about FedRAMP 20x requirements, the model can paraphrase FRMR content from memory and drift on numbers, IDs, dates, or definitions. This MCP server replaces that with structured lookups against the canonical JSON — every response carries a _source block pointing to the exact upstream commit and JSON path. The model literally cannot answer without citing the source.
Install
📦 PyPI release is planned but not yet published. Install directly from this GitHub repo via
uvxfor now. The PyPI path below will work once v0.1.0 stabilizes.
Install from GitHub (current path)
uvx can install directly from a git URL — no PyPI required, no clone needed:
uvx --from git+https://github.com/Andrew-Nolan-owl/fedramp-docs-mcp.git fedramp-docs-mcp --help
(Install uv first if needed: brew install uv on macOS, or see https://docs.astral.sh/uv/.)
You can pin to a specific tag or commit for reproducibility:
# pin to a tag
uvx --from git+https://github.com/Andrew-Nolan-owl/fedramp-docs-mcp.git@v0.1.0 fedramp-docs-mcp
# pin to a commit SHA
uvx --from git+https://github.com/Andrew-Nolan-owl/fedramp-docs-mcp.git@<sha> fedramp-docs-mcp
Install from PyPI (planned, not yet available)
Once v0.1.0 is published to PyPI, this will be the simpler path:
# Not yet — coming with v0.1.0 PyPI release
uvx fedramp-docs-mcp
Configure your MCP client
Claude Code / Claude Desktop
Add to your MCP client config (e.g., ~/.claude.json):
{
"mcpServers": {
"fedramp-docs": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Andrew-Nolan-owl/fedramp-docs-mcp.git",
"fedramp-docs-mcp"
]
}
}
}
Once the PyPI release ships, the config simplifies to:
{
"mcpServers": {
"fedramp-docs": {
"command": "uvx",
"args": ["fedramp-docs-mcp"]
}
}
}
Restart your client. The tools appear automatically; verify with /mcp in Claude Code.
Available tools (v0.1.0 — 20x only)
| Tool | Purpose |
|---|---|
list_ksis(theme?) |
Enumerate Key Security Indicators (~60 across 11 themes) |
get_ksi(id) |
Full text of a KSI indicator by ID (e.g. KSI-AFR-ADS; legacy KSI-AFR-03 also resolves via fka) |
list_frrs(status?) |
Enumerate FedRAMP Requirements & Rules sections with effective status |
get_frr_section(short_name) |
Full text of an FRR section (e.g. ADS, CCM) |
get_definition(term_or_id) |
FedRAMP Definition lookup by ID, term, or alt |
search(query, scope?) |
Full-text search across KSIs, FRRs, and FRDs |
get_source_info() |
Vendored snapshot metadata — upstream commit, fetched_at, etc. |
Every response includes _source:
{
"_source": {
"file": "FRMR.documentation.json",
"upstream_commit": "a06fa8f9b103c0346895fb669b721962f5891bb6",
"upstream_url": "https://github.com/FedRAMP/docs",
"frmr_last_updated": "2026-04-08",
"json_path": "/KSI/AFR/indicators/KSI-AFR-ADS"
}
}
Refreshing the FRMR snapshot
This server ships with a vendored snapshot of FRMR.documentation.json pinned to a specific upstream commit. To pull the latest:
uvx fedramp-docs-mcp refresh
Refresh is a CLI action (not an MCP tool) because it mutates local state across all future sessions. Reference servers (fetch, time) follow the same pattern.
Run refresh when:
- You're starting a new work session that needs current data
- Upstream has new commits at https://github.com/FedRAMP/docs
get_source_infoshows a stalefetched_at
Scope
v0.1.0 surfaces only 20x-effective content (items where effective.20x.is != "no" in FRMR). Rev 5 expansion is planned for v0.3.0. See ROADMAP.md if present, or the GitHub issues.
Design notes
- Framework: FastMCP (high-level decorator API in the official
mcpPython SDK) - Distribution: PyPI, runnable via
uvx - Data: Vendored snapshot + explicit
refreshCLI (deterministic by default, fresh on demand) - Citations: Structural — every response carries
_sourceso attribution can't be dropped or paraphrased
Development
git clone https://github.com/Andrew-Nolan-owl/fedramp-docs-mcp.git
cd fedramp-docs-mcp
uv venv
source .venv/bin/activate
uv pip install -e ".[dev]"
pytest
Contributing
Issues and PRs welcome. This is an alpha-stage tool — tool ergonomics, error messages, and search ranking are all open to iteration.
License
MIT (see LICENSE). The bundled FRMR JSON is a U.S. government work in the public domain.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。