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