Skip to content
Zed

EDGAR (SEC filings) for Zed

io.github.mcpwright/edgar-mcp

SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.

client:Zed transport:stdio runtime:pypi

Install EDGAR (SEC filings) in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "edgar-mcp": {
      "command": "uvx",
      "args": [
        "mcpwright-edgar"
      ],
      "env": {
        "EDGAR_MCP_USER_AGENT": "<EDGAR_MCP_USER_AGENT>"
      }
    }
  }
}

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

EDGAR (SEC filings) in other clients