thryx portfolio for Cursor
io.github.lordbasilaiassistant-sudo/thryx-portfolio
Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).
client:Cursor
transport:stdio
runtime:npm
Install thryx portfolio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thryx-portfolio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs