Skip to content
Zed

fear greed mcp for Zed

io.github.mrfentmen/fear-greed-mcp

Read the crypto fear and greed index from alternative.me. No key required.

client:Zed transport:stdio runtime:npm

Install fear greed mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "fear-greed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fear-greed-mcp"
      ]
    }
  }
}

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

fear greed mcp in other clients