Dynoxide MCP Server

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

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 83 · #7 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

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

v0.13.0 · 2026-07-30

Added · PartiQL now works in the browser. The wasm engine serves ExecuteStatement, BatchExecuteStatement and ExecuteTransaction, where it previously answered all three with a 501. Behaviour matches the native build…

v0.12.0 · 2026-07-24

Changed · Breaking (Rust API): the public partiql::parser::Statement enum gained a returning field on its Update and Delete variants, and both variants are now #[non_exhaustive]; the public…

v0.11.4 · 2026-07-17

Fixed · Passing a top-level argument together with a subcommand is now a hard parse error, where the argument was silently ignored. The top-level --host, --port, --db-path and --encryption-key-file exist for the bare…

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 #7 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-07-30)
registry
io.github.nubo-db/dynoxide (active, first published 2026-07-02 · 5 versions)
packages
npm:dynoxide · oci:ghcr.io/nubo-db/dynoxide:0.13.0

06 · Dynoxide FAQ

What is Dynoxide?

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

Is Dynoxide still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 8 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 · Covenant Guard · see all