This Model Context Protocol server provides read-only access to Secureframe's compliance automation platform for AI assistants like Claude and Cursor. It allows querying security controls, monitoring compliance tests, and accessing audit data across various frameworks such as SOC 2, ISO 27001, CMMC, and FedRAMP.
compliancesecurityauditsecureframecloud
Installation & Configuration
{
"mcpServers": {
"secureframe": {
"command": "python",
"args": [
"/absolute/path/to/secureframe-mcp-server/main.py"
],
"env": {
"SECUREFRAME_API_KEY": "your_api_key",
"SECUREFRAME_API_SECRET": "your_api_secret",
"SECUREFRAME_API_URL": "https://api.secureframe.com"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2025/6/9
Updated
2026/6/7