Skip to content
VS Code

kit for VS Code

io.github.toreva/kit

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

client:VS Code transport:stdio runtime:npm

Install kit in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

kit in other clients