Skip to content
Windsurf

Dynoxide for Windsurf

io.github.nubo-db/dynoxide

A DynamoDB emulator with an MCP server exposing 35 DynamoDB tools to coding agents.

client:Windsurf transport:stdio runtime:npm

Install Dynoxide in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "dynoxide": {
      "command": "npx",
      "args": [
        "-y",
        "dynoxide"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Dynoxide in other clients