crypto sentiment x402 for Zed
io.github.whatevercat-creator/crypto-sentiment-x402
Real-time crypto sentiment for a ticker symbol from 8 news RSS feeds and the Fear & Greed Index
client:Zed
transport:stdio
runtime:pypi
Install crypto sentiment x402 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crypto-sentiment-x402": {
"command": "uvx",
"args": [
"crypto-sentiment-x402-mcp"
],
"env": {
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"CDP_WALLET_NAME": "<CDP_WALLET_NAME>",
"SENTIMENT_API_URL": "<SENTIMENT_API_URL>",
"X402_NETWORK": "<X402_NETWORK>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs