dice roller for Zed
io.github.vandewilly/dice-roller
Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more!
client:Zed
transport:stdio
runtime:pypi
Install dice roller in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dice-roller": {
"command": "uvx",
"args": [
"mcp-dice-roller"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs