Skip to content
Zed

sec edgar mcp for Zed

io.github.stefanoamorelli/sec-edgar-mcp

SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API

client:Zed transport:stdio runtime:pypi

Install sec edgar mcp 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": {
    "sec-edgar-mcp": {
      "command": "uvx",
      "args": [
        "sec-edgar-mcp"
      ],
      "env": {
        "SEC_EDGAR_USER_AGENT": "<SEC_EDGAR_USER_AGENT>"
      }
    }
  }
}

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

sec edgar mcp in other clients