Federal Regulations for Cursor
io.github.stark256-spec/regulations-mcp
Search the Federal Register, read & diff CFR sections, query Regulations.gov. Any LLM supported.
client:Cursor
transport:stdio
runtime:pypi
Install Federal Regulations in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"regulations-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"regulations-mcp"
],
"env": {
"REGULATIONS_GOV_API_KEY": "<REGULATIONS_GOV_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs