CNN Fear & Greed Index for Cursor
io.github.wildsurfer/cnnfag
CNN's Fear & Greed index for the US stock market: score, rating, indicators and daily history.
client:Cursor
transport:stdio
runtime:oci
Install CNN Fear & Greed Index in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cnnfag": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wildsurfer/cnnfag:2.2.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs