MCP Server
Maintained
FedRAMP 20x Requirements MCP Server
io.github.KevinRabun/FedRAMP20xMCP
What is the FedRAMP 20x Requirements MCP server?
An MCP server that provides access to FedRAMP 20x security requirements and controls.
How to install FedRAMP 20x Requirements
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"FedRAMP20xMCP": {
"command": "uvx",
"args": [
"fedramp-20x-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"FedRAMP20xMCP": {
"command": "uvx",
"args": [
"fedramp-20x-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"FedRAMP20xMCP": {
"command": "uvx",
"args": [
"fedramp-20x-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"FedRAMP20xMCP": {
"type": "stdio",
"command": "uvx",
"args": [
"fedramp-20x-mcp"
]
}
}
}Claude Code
claude mcp add FedRAMP20xMCP -- uvx fedramp-20x-mcpRelated MCP servers
Judges Panel
Active
45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.
7
View repository →TypeScript
MIT
GDPR Shift-Left Compliance
Maintained
GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates.
2
View repository →Python
MIT