lotero for Zed
io.github.csacanam/lotero
Provably fair on-chain slot machine for AI agents: x402 spins on Base, Chainlink VRF results.
client:Zed
transport:stdio
runtime:npm
Install lotero in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lotero": {
"command": "npx",
"args": [
"-y",
"lotero-mcp"
],
"env": {
"LOTERO_WALLET_PRIVATE_KEY": "<LOTERO_WALLET_PRIVATE_KEY>",
"LOTERO_PLAYER_ADDRESS": "<LOTERO_PLAYER_ADDRESS>",
"LOTERO_MAX_SPINS_PER_SESSION": "<LOTERO_MAX_SPINS_PER_SESSION>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs