cryptoiz for Zed
io.github.dadang11/cryptoiz
Solana DEX whale intelligence: alpha, divergence, phase scoring, BTC regime. USDC payments via x402.
client:Zed
transport:stdio
runtime:npm
Install cryptoiz in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cryptoiz": {
"command": "npx",
"args": [
"-y",
"cryptoiz-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs