← Index

io.github.lordbasilaiassistant-sudo/thryx-portfolio

io.github.lordbasilaiassistant-sudo/thryx-portfolio·v1.0.0·Other
Quality Score
85
/100

Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "thryx-portfolio": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/portfolio-mcp-server"
      ],
      "env": {
        "BASE_RPC_URL": "<base_rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "thryx-portfolio": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/portfolio-mcp-server"
      ],
      "env": {
        "BASE_RPC_URL": "<base_rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @thryx/portfolio-mcp-server
§02  Environment variables
BASE_RPC_URL

Optional Base mainnet RPC URL (defaults to https://mainnet.base.org)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other