three.ws Portfolio for Cline
io.github.nirholas/portfolio-mcp
An agent's trading state — portfolio value, PnL, live balances, trade feed, and signed transfers.
client:Cline
transport:stdio
runtime:npm
Install three.ws Portfolio in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"portfolio-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs