Pellet for Zed
io.github.pelletfi/mcp
Token intelligence on Base. Market data, safety flags, and analysis via x402.
client:Zed
transport:stdio
runtime:npm
Install Pellet in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@pelletfi/mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs