Skip to content
Grok

Dynoxide for Grok

io.github.nubo-db/dynoxide

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

client:Grok transport:stdio runtime:npm

Install Dynoxide in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dynoxide": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dynoxide"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Dynoxide in other clients