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
{
"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