Skip to content
Cursor

FedRAMP 20x Requirements for Cursor

io.github.kevinrabun/fedramp20xmcp

An MCP server that provides access to FedRAMP 20x security requirements and controls.

client:Cursor transport:stdio runtime:pypi

Install FedRAMP 20x Requirements in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "fedramp20xmcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fedramp-20x-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FedRAMP 20x Requirements in other clients