Skip to content
VS Code

CNN Fear & Greed Index for VS Code

io.github.wildsurfer/cnnfag

CNN's Fear & Greed index for the US stock market: score, rating, indicators and daily history.

client:VS Code transport:stdio runtime:oci

Install CNN Fear & Greed Index in VS Code

.vscode/mcp.json

{
  "servers": {
    "cnnfag": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wildsurfer/cnnfag:2.2.0"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CNN Fear & Greed Index in other clients