Skip to content
VS Code

CryptoSignals for VS Code

io.github.marcindudekdev/crypto-signals-mcp

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

client:VS Code transport:stdio runtime:pypi

Install CryptoSignals in VS Code

.vscode/mcp.json

{
  "servers": {
    "crypto-signals-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "crypto-signals-mcp"
      ]
    }
  }
}

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

CryptoSignals in other clients