Catalog
Trencher Agent
Officialby zero520-dot
First autonomous Solana trading agent on MCP. Live signals and consciousness feed.
Autonomous Solana trading agent providing live signals and market feeds.
README not available yet.
Install
Configuration
Environment variables
TRENCHER_API_URLAPI URL for the Trencher Agent backend
TRENCHER_API_KEYrequiredsecretAPI key for authenticated access to trading signals and agent data
claude_desktop_config.json
{
"mcpServers": {
"trencher-agent": {
"command": "npx",
"args": [
"-y",
"autonomustrench-mcp-server@1.0.5"
],
"env": {
"TRENCHER_API_URL": "<YOUR_TRENCHER_API_URL>",
"TRENCHER_API_KEY": "<YOUR_TRENCHER_API_KEY>"
}
}
}
}