Skip to content
Zed

Dynoxide for Zed

io.github.nubo-db/dynoxide

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

client:Zed transport:stdio runtime:npm

Install Dynoxide in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Dynoxide in other clients