dnd oracle for VS Code
io.github.gregario/dnd-oracle
D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools
client:VS Code
transport:stdio
runtime:npm
Install dnd oracle in VS Code
.vscode/mcp.json
{
"servers": {
"dnd-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dnd-oracle"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs