Skip to content
Zed

EdgarParser MCP for Zed

io.github.henrysouchien/edgar-mcp

MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.

client:Zed transport:stdio runtime:pypi

Install EdgarParser 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": {
    "edgar-mcp": {
      "command": "uvx",
      "args": [
        "edgar-mcp"
      ],
      "env": {
        "EDGAR_API_KEY": "<EDGAR_API_KEY>",
        "EDGAR_API_URL": "<EDGAR_API_URL>",
        "EDGAR_MCP_OUTPUT_DIR": "<EDGAR_MCP_OUTPUT_DIR>"
      }
    }
  }
}

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

EdgarParser MCP in other clients