Skip to content
Cursor

insightiq for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install insightiq in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "insightiq": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "insightiq-mcp"
      ],
      "env": {
        "FRED_API_KEY": "<FRED_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

insightiq in other clients