Description

Built by Ethan Troy, this server automatically clones and indexes the official FedRAMP docs repository, offering tools to query Key Security Indicators (KSI), Methods and Assessment Standards (MAS), and other FRMR documents. It provides full-text search across markdown documentation and specialized functions for tracking significant changes and NIST control references. The implementation is particularly valuable for compliance professionals, security engineers, and auditors working with federal cloud security requirements who need quick access to authoritative FedRAMP guidance and the ability to cross-reference controls across different document types.

Installation

git clone https://github.com/ethanolivertroy/fedramp-docs-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "fedramp-docs": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}