Skip to content
Zed

openfigi for Zed

io.github.viktorlarsson/openfigi

Map financial identifiers (ISIN, CUSIP, SEDOL, Ticker) to FIGIs via OpenFIGI API

client:Zed transport:stdio runtime:npm

Install openfigi 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": {
    "openfigi": {
      "command": "npx",
      "args": [
        "-y",
        "openfigi-mcp"
      ],
      "env": {
        "OPENFIGI_API_KEY": "<OPENFIGI_API_KEY>"
      }
    }
  }
}

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

openfigi in other clients