warhammer oracle for VS Code
io.github.gregario/warhammer-oracle
Warhammer 40K and Kill Team rules, stats, and game flow MCP server
client:VS Code
transport:stdio
runtime:npm
Install warhammer oracle in VS Code
.vscode/mcp.json
{
"servers": {
"warhammer-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"warhammer-oracle"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs