HomeDevelopment › Dynoxide

Dynoxide

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

Rust
★ 90 stars Last pushed 2026-09-20 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.1)

npx -y [email protected]

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Package (oci)

docker run -i --rm ghcr.io/nubo-db/dynoxide:1.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "dynoxide": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nubo-db/dynoxide:1.2.1"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry