us regulations mcp for Cursor
io.github.ansvar-systems/us-regulations-mcp
US compliance: HIPAA, CCPA, SOX, GLBA, FERPA, COPPA, FDA, EPA, FFIEC, NYDFS + 4 state privacy laws
client:Cursor
transport:stdio
runtime:npm
Install us regulations mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"us-regulations-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ansvar/us-regulations-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs