Federal Register for Cursor
io.github.1102tools/federal-register-mcp
Federal Register proposed/final rules, notices, executive orders, FAR cases. 8 tools.
client:Cursor
transport:stdio
runtime:pypi
Install Federal Register in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"federal-register-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"federal-register-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs