Skip to content
Zed

congress gov mcp for Zed

io.github.mrfentmen/congress-gov-mcp

US legislation from Congress.gov. No key required.

client:Zed transport:stdio runtime:npm

Install congress gov mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "congress-gov-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "congress-gov-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

congress gov mcp in other clients