dnd oracle for Zed
io.github.gregario/dnd-oracle
D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools
client:Zed
transport:stdio
runtime:npm
Install dnd oracle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dnd-oracle": {
"command": "npx",
"args": [
"-y",
"dnd-oracle"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs