Skip to content
Cline

mcp server for Cline

io.github.1lystore/mcp-server

MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY.

client:Cline transport:stdio runtime:npm

Install mcp server 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

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

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@1ly/mcp-server"
      ],
      "env": {
        "ONELY_WALLET_SOLANA_KEY": "<ONELY_WALLET_SOLANA_KEY>",
        "ONELY_WALLET_EVM_KEY": "<ONELY_WALLET_EVM_KEY>",
        "ONELY_API_KEY": "<ONELY_API_KEY>",
        "ONELY_WALLET_PROVIDER": "<ONELY_WALLET_PROVIDER>",
        "ONELY_NETWORK": "<ONELY_NETWORK>",
        "ONELY_SOLANA_RPC_URL": "<ONELY_SOLANA_RPC_URL>",
        "ONELY_BUDGET_PER_CALL": "<ONELY_BUDGET_PER_CALL>",
        "ONELY_BUDGET_DAILY": "<ONELY_BUDGET_DAILY>",
        "ONELY_BUDGET_STATE_FILE": "<ONELY_BUDGET_STATE_FILE>",
        "ONELY_SOLANA_DRY_RUN": "<ONELY_SOLANA_DRY_RUN>",
        "ONELY_API_BASE": "<ONELY_API_BASE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp server in other clients