mcpbeat Sign in

Dynoxide MCP Server

local only

Dynoxide runs on your own machine — the client starts it, so there is no endpoint to ping. 5 736 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 3 884 · avg 1 623 · -35% w/w
a month agotoday
5 736
Installs / week
npm · dynoxide
89
Stars
7 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command js/wasm-http-bridge.mjs:113
  const child = spawn(
    const binaryPath = path.join(dir, entry.binary);
Builds a database query by concatenation src/expressions/update.rs:89
        UPDATE
            + WRITES_A_VALUE * (self.set_actions.len() + self.add_actions.len())
Known vulnerability in the package dynoxide · GHSA-fvh2-gm75-j4j7

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dynoxide -- npx -y dynoxide
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dynoxide": {
      "args": [
        "-y",
        "dynoxide"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dynoxide]
command = "npx"
args = ["-y", "dynoxide"]
.cursor/mcp.json
{
  "mcpServers": {
    "dynoxide": {
      "args": [
        "-y",
        "dynoxide"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dynoxide": {
      "args": [
        "-y",
        "dynoxide"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dynoxide

same job, measured the same way
Loki Mode
by asklokesh

Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.

9 192 installs/wk local only
Modern CLI MCP Server
by nacosolutions

MCP server exposing 104+ modern CLI tools for AI agents with JSON output.

local only
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

70 installs/wk local only
8004swap MCP
by stakemate369

MCP server exposing 8004Swap (no-KYC agent-to-agent RFQ swap) as tools any MCP agent can call.

26 installs/wk local only
Slac MCP
by dennisprediger

MCP server exposing SLAC (Simple Logic & Arithmetic Compiler) as tools for LLM agents

44 installs/wk local only
Poldex
by lordolami

MCP server exposing PolDex commercial insurance extraction tools to AI agents.

17 installs/wk local only
Backtest360
by backtest360

MCP server exposing the Backtest360 engine API as tools for AI agents.

311 installs/wk 20 tools answering
Dwarf Fortress (DFHack)
by alexanderolvera

MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools

64 installs/wk local only

Dynoxide — questions

Answers built from our own checks of this server.

Why is there no uptime for Dynoxide?
Dynoxide runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dynoxide was installed 5 736 times last week.
How do I connect Dynoxide?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dynoxide straight from npm; nothing to host, nothing to sign up for.
How many people use Dynoxide?
The npm package dynoxide was installed 5 736 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dynoxide open source?
Yes — it is published under the Apache-2.0 licence, written in Rust, 89 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.