trencher agent for Windsurf
io.github.zero520-dot/trencher-agent
First autonomous Solana trading agent on MCP. Live signals and consciousness feed.
client:Windsurf
transport:stdio
runtime:npm
Install trencher agent in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"trencher-agent": {
"command": "npx",
"args": [
"-y",
"autonomustrench-mcp-server"
],
"env": {
"TRENCHER_API_URL": "<TRENCHER_API_URL>",
"TRENCHER_API_KEY": "<TRENCHER_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs