Skip to content
VS Code

Dynoxide for VS Code

io.github.nubo-db/dynoxide

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

client:VS Code transport:stdio runtime:npm

Install Dynoxide in VS Code

.vscode/mcp.json

{
  "servers": {
    "dynoxide": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dynoxide"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Dynoxide in other clients