Skip to content
Zed

Agent Sniper for Zed

io.github.nirholas/agent-sniper

Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.

client:Zed transport:stdio runtime:npm

Install Agent Sniper 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": {
    "agent-sniper": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/agent-sniper"
      ],
      "env": {
        "SNIPER_MODE": "<SNIPER_MODE>",
        "SNIPER_NETWORK": "<SNIPER_NETWORK>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
        "SOLANA_SECRET_KEY": "<SOLANA_SECRET_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Agent Sniper in other clients