xstocks for Zed
io.github.evidai/xstocks
Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.
client:Zed
transport:stdio
runtime:npm
Install xstocks in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"xstocks": {
"command": "npx",
"args": [
"-y",
"xstocks-mcp"
],
"env": {
"SOLANA_WALLET_PRIVATE_KEY": "<SOLANA_WALLET_PRIVATE_KEY>",
"XSTOCKS_ALLOW_LIVE": "<XSTOCKS_ALLOW_LIVE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs