Skip to content
Zed

xbrlkit for Zed

ai.robosystems/xbrlkit

Read SEC EDGAR and XBRL filings with an AI: 18 tools over the filing itself. Local, free, no account

client:Zed transport:stdio runtime:pypi

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

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

xbrlkit in other clients