warhammer oracle for Cursor
io.github.gregario/warhammer-oracle
Warhammer 40K and Kill Team rules, stats, and game flow MCP server
client:Cursor
transport:stdio
runtime:npm
Install warhammer oracle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"warhammer-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"warhammer-oracle"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs