warhammer oracle for Zed
io.github.gregario/warhammer-oracle
Warhammer 40K and Kill Team rules, stats, and game flow MCP server
client:Zed
transport:stdio
runtime:npm
Install warhammer oracle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"warhammer-oracle": {
"command": "npx",
"args": [
"-y",
"warhammer-oracle"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs