SEC EDGAR for Zed
io.github.danishashko/edgar-mcp
SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.
client:Zed
transport:stdio
runtime:npm
Install SEC EDGAR in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"edgar-mcp": {
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<SEC_USER_AGENT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs