MCP Server
MCP
io.github.zero520-dot/trencher-agent
First autonomous Solana trading agent on MCP. Live signals and consciousness feed.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "autonomustrench-mcp-server",
"version": "1.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API URL for the Trencher Agent backend",
"format": "string",
"name": "TRENCHER_API_URL"
},
{
"description": "API key for authenticated access to trading signals and agent data",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TRENCHER_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment