Skip to content
Zed

insightiq for Zed

io.github.ravi-p-k-1/insightiq

Look up real FRED (Federal Reserve Economic Data) series and historical observations.

client:Zed transport:stdio runtime:npm

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

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

insightiq in other clients