Skip to content
Cline

Dynoxide for Cline

io.github.nubo-db/dynoxide

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

client:Cline transport:stdio runtime:npm

Install Dynoxide in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Dynoxide in other clients