trencher agent for Claude Desktop
io.github.zero520-dot/trencher-agent
First autonomous Solana trading agent on MCP. Live signals and consciousness feed.
client:Claude Desktop
transport:stdio
runtime:npm
Install trencher agent in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs