Skip to content
Cursor

three.ws Portfolio for Cursor

io.github.nirholas/portfolio-mcp

An agent's trading state — portfolio value, PnL, live balances, trade feed, and signed transfers.

client:Cursor transport:stdio runtime:npm

Install three.ws Portfolio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "portfolio-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/portfolio-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<THREE_WS_BASE>",
        "THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>",
        "THREE_WS_SESSION": "<THREE_WS_SESSION>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
        "SOLANA_SECRET_KEY": "<SOLANA_SECRET_KEY>",
        "MAX_SOL_PER_TX": "<MAX_SOL_PER_TX>",
        "RECIPIENT_ALLOWLIST": "<RECIPIENT_ALLOWLIST>",
        "REQUIRE_CONFIRM": "<REQUIRE_CONFIRM>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

three.ws Portfolio in other clients