RillCoin for Zed
io.github.rillcoin/rill
AI agent wallets, Proof of Conduct reputation, and concentration decay on L1
client:Zed
transport:stdio
runtime:npm
Install RillCoin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rill": {
"command": "npx",
"args": [
"-y",
"@rillcoin/mcp"
],
"env": {
"RILL_FAUCET_URL": "<RILL_FAUCET_URL>",
"RILL_EXPLORER_URL": "<RILL_EXPLORER_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs