Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Pellet in other clients