Skip to content
Windsurf

unclaimed sol for Windsurf

io.github.nedim1511/unclaimed-sol

The first Vibe Claiming MCP: AI agents scan and reclaim dormant SOL on Solana. Signs locally.

client:Windsurf transport:stdio runtime:npm

Install unclaimed sol in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "unclaimed-sol": {
      "command": "npx",
      "args": [
        "-y",
        "@unclaimed-sol/mcp"
      ],
      "env": {
        "SOLANA_KEYPAIR_PATH": "<SOLANA_KEYPAIR_PATH>",
        "SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
        "UNCLAIMED_SOL_API_URL": "<UNCLAIMED_SOL_API_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

unclaimed sol in other clients