Skip to content
Cursor

eCFR for Cursor

io.github.1102tools/ecfr-mcp

Electronic Code of Federal Regulations including FAR and DFARS. 13 tools.

client:Cursor transport:stdio runtime:pypi

Install eCFR in Cursor

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

{
  "mcpServers": {
    "ecfr-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ecfr-mcp"
      ]
    }
  }
}

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

eCFR in other clients