Dynoxide MCP Server

A DynamoDB emulator in Rust, backed by SQLite. Runs as an HTTP server or an MCP server for coding agents, embeds into Rust and iOS applications as a library, and compiles to WebAssembly for the browser. It runs locally over stdio via the published package.

People who work with aws, database and dynamodb and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 89 · #8 OF 168 MAINTAINED DATABASE · VERIFIED 2026-09-18

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Dynoxide

Claude Code

claude mcp add nubo-db-dynoxide -- npx -y dynoxide

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

npm package dynoxide - unscoped; check the name against the project README before installing

registry namespace io.github.nubo-db is GitHub-verified and matches the repo owner

03 · What Dynoxide can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

Dynoxide is built for local development, testing, and CI, not as a production DynamoDB replacement, so two classes of thing are missing on purpose. Cloud-only operations with no local equivalent aren't implemented: backups and point-in-time restore, global tables, Kinesis streaming, resource policies, and capacity management. Call one and you get an UnknownOperationException.

Latest releases

v1.2.0 · 2026-09-14

The crate moves to dynoxide-rs 2.0.0 because ImportCommand gained a · field. Everything else a user installs carries 1.2.0; see the version split · under Added. · Behaviour changes · hash rules now use HMAC-SHA256…

v1.1.0 · 2026-09-03

Behaviour changes · BatchGetItem with an empty RequestItems map now answers the standard · validation envelope rather than a bespoke sentence: 1 validation error · Value at 'RequestItems' failed to satisfy constraint…

v1.0.0 · 2026-08-25

Every artefact moves to 1.0.0 together: the crate, the npm CLI wrapper and its · platform binaries, the browser engine, the container images and the MCP registry · entry. docs/versioning.md states what that number…

04 · Who maintains Dynoxide

Dynoxide is maintained by nubo-db. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
database - ranked #8 of 168 actively-maintained database servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.nubo-db/dynoxide (active, first published 2026-07-02 · 8 versions)
packages
npm:dynoxide · oci:ghcr.io/nubo-db/dynoxide:1.2.0

06 · Dynoxide FAQ

What is Dynoxide?

A DynamoDB emulator in Rust, backed by SQLite. Runs as an HTTP server or an MCP server for coding agents, embeds into Rust and iOS applications as a library, and compiles to WebAssembly for the browser. It runs locally over stdio via the published package.

Is Dynoxide still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Dynoxide?

Run `npx -y dynoxide`. You can also paste the ready-made client config above.

Does Dynoxide run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Dynoxide

More database MCP servers · Octopus Blackboard · SQLite · GLEIF MCP Server · Ouestcharlie Woof · Hit Keep

More Rust MCP servers · THOR · Forge Orchestrator · Sqz · Task Graph MCP · Openfuse MCP · see all