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
{
"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