MCP server over NIST's CMVP data: every FIPS 140 certificate, the modules-in-process queue, and what the data does not claim.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fips-mcp": {
"command": "npx",
"args": [
"-y",
"808bits/fips-mcp"
]
}
}
}
Run in terminal:
claude mcp add fips-mcp npx -y 808bits/fips-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"fips-mcp": {
"command": "npx",
"args": [
"-y",
"808bits/fips-mcp"
]
}
}
}