Skip to content
Zed

trencher agent for Zed

io.github.zero520-dot/trencher-agent

First autonomous Solana trading agent on MCP. Live signals and consciousness feed.

client:Zed transport:stdio runtime:npm

Install trencher agent 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": {
    "trencher-agent": {
      "command": "npx",
      "args": [
        "-y",
        "autonomustrench-mcp-server"
      ],
      "env": {
        "TRENCHER_API_URL": "<TRENCHER_API_URL>",
        "TRENCHER_API_KEY": "<TRENCHER_API_KEY>"
      }
    }
  }
}

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

trencher agent in other clients