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
- repository
- github.com/nubo-db/dynoxide
- website
- https://dynoxide.dev/
- 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
Alternatives to Dynoxide
Maintained database servers if Dynoxide isn't the fit.
- Dbx Query databases from AI agents using connections configured in DBX. ★ 20,017 · 2026-09-18
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,449 · 2026-09-18
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,562 · 2026-09-18
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,534 · 2026-09-18
- LINQ to DB Inspect database schemas and execute SQL queries across multiple database providers with LINQ to DB. ★ 3,328 · 2026-09-17
- Supabase MCP server for interacting with the Supabase platform ★ 2,910 · 2026-09-17
Pairs well with
Servers that cover what Dynoxide doesn't - only shown when the pairing reason fits the companion.
- Server Chart → data & analytics companion data & analytics · ★ 4,367
- ClaudeR - RStudio MCP Server → data & analytics companion data & analytics · ★ 342
- Server Filesystem → filesystem companion filesystem · ★ 39,038
- Pdf MCP → filesystem companion filesystem · ★ 135
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 980
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