Skip to content
Zed

EdgarTools for Zed

io.github.dgunning/edgartools

Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.

client:Zed transport:stdio runtime:pypi

Install EdgarTools 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": {
    "edgartools": {
      "command": "uvx",
      "args": [
        "edgartools"
      ],
      "env": {
        "EDGAR_IDENTITY": "<EDGAR_IDENTITY>"
      }
    }
  }
}

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

EdgarTools in other clients