Skip to content
Cursor

congress gov mcp for Cursor

io.github.mrfentmen/congress-gov-mcp

US legislation from Congress.gov. No key required.

client:Cursor transport:stdio runtime:npm

Install congress gov mcp in Cursor

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

{
  "mcpServers": {
    "congress-gov-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "congress-gov-mcp"
      ]
    }
  }
}

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

congress gov mcp in other clients