★ 0 stars
Go
💻 Code/Dev Tools
Updated 3d ago
Tabletop RPG dice roller for Go: library, roll CLI, and dice-mcp server for Claude Code or any MCP client.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dice": {
"command": "go",
"args": [
"run",
"github.com/old-school-gamers/dice@latest"
]
}
}
}
Run in terminal:
claude mcp add dice go run github.com/old-school-gamers/dice@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"dice": {
"command": "go",
"args": [
"run",
"github.com/old-school-gamers/dice@latest"
]
}
}
}
Topics
claude-codedicegolangmcprpgttrpg