Dynoxide for Cursor
io.github.nubo-db/dynoxide
A DynamoDB emulator with an MCP server exposing 35 DynamoDB tools to coding agents.
client:Cursor
transport:stdio
runtime:npm
Install Dynoxide in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dynoxide": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dynoxide"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs