Skip to content
Cursor

federal register mcp for Cursor

io.github.mrfentmen/federal-register-mcp

Use this MCP server to Federal Register documents, rules, notices, and agencies. Tools include...

client:Cursor transport:stdio runtime:npm

Install federal register mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "federal-register-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/federal-register-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

federal register mcp in other clients