dnd oracle for Windsurf
io.github.gregario/dnd-oracle
D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools
client:Windsurf
transport:stdio
runtime:npm
Install dnd oracle in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"dnd-oracle": {
"command": "npx",
"args": [
"-y",
"dnd-oracle"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs