Skip to content

CryptoSignals for Zed

io.github.marcindudekdev/crypto-signals-mcp

Real-time crypto volume anomaly detection across 50+ tokens for whale signals

client:Zed transport:stdio runtime:pypi

Install CryptoSignals in Zed

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

{
  "context_servers": {
    "crypto-signals-mcp": {
      "command": "uvx",
      "args": [
        "crypto-signals-mcp"
      ]
    }
  }
}

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

CryptoSignals in other clients