We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Multiple ways to install and run fedramp-docs-mcp.
npx fedramp-docs-mcp
npm install -g fedramp-docs-mcp fedramp-docs-mcp
npm install fedramp-docs-mcp npx fedramp-docs-mcp
docker run -it ghcr.io/ethanolivertroy/fedramp-docs-mcp:latest
docker run -it \ -v fedramp-cache:/root/.cache/fedramp-docs \ ghcr.io/ethanolivertroy/fedramp-docs-mcp:latest
version: '3.8' services: fedramp-docs-mcp: image: ghcr.io/ethanolivertroy/fedramp-docs-mcp:latest stdin_open: true tty: true volumes: - fedramp-cache:/root/.cache/fedramp-docs volumes: fedramp-cache:
docker run -it \ --user 1000:1000 \ --read-only \ --memory=512m \ --cap-drop=ALL \ --security-opt=no-new-privileges:true \ -v fedramp-cache:/home/fedramp/.cache/fedramp-docs \ ghcr.io/ethanolivertroy/fedramp-docs-mcp:latest
git clone https://github.com/ethanolivertroy/fedramp-docs-mcp.git cd fedramp-docs-mcp npm install npm run build node dist/index.js
FEDRAMP_DOCS_PATH
~/.cache/fedramp-docs
FEDRAMP_DOCS_AUTO_UPDATE
true
FEDRAMP_DOCS_UPDATE_CHECK_HOURS
24
Home
Getting Started
Reference
Guides
Links