Kustomize deploy manifests for the rpg-dice-mcp MCP server (Go dice + TOR resolver). Source: dvystrcil/rpg-dice-mcp-docker. See dvystrcil/homelab#201.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rpg-dice-mcp": {
"command": "npx",
"args": [
"-y",
"dvystrcil/rpg-dice-mcp"
]
}
}
}
Run in terminal:
claude mcp add rpg-dice-mcp npx -y dvystrcil/rpg-dice-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"rpg-dice-mcp": {
"command": "npx",
"args": [
"-y",
"dvystrcil/rpg-dice-mcp"
]
}
}
}