Skip to content
Cursor

agent wallet mcp for Cursor

io.github.kaditang/agent-wallet-mcp

Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign.

client:Cursor transport:stdio runtime:npm

Install agent wallet mcp 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": {
    "agent-wallet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ],
      "env": {
        "SOL_RPC": "<SOL_RPC>"
      }
    }
  }
}

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

agent wallet mcp in other clients