Skip to content
Cursor

kit for Cursor

io.github.toreva/kit

Policy-checked Solana wallet actions with user-set limits, unsigned transactions, and receipts.

client:Cursor transport:stdio runtime:npm

Install kit in Cursor

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

{
  "mcpServers": {
    "kit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@toreva/mcp"
      ]
    }
  }
}

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

kit in other clients