thryx portfolio for Windsurf
io.github.lordbasilaiassistant-sudo/thryx-portfolio
Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).
client:Windsurf
transport:stdio
runtime:npm
Install thryx portfolio in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs