trencher agent for Cursor
io.github.zero520-dot/trencher-agent
First autonomous Solana trading agent on MCP. Live signals and consciousness feed.
client:Cursor
transport:stdio
runtime:npm
Install trencher agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trencher-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"autonomustrench-mcp-server"
],
"env": {
"TRENCHER_API_URL": "<TRENCHER_API_URL>",
"TRENCHER_API_KEY": "<TRENCHER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs