{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nubo-db/dynoxide",
"title": "Dynoxide",
"description": "DynamoDB-compatible database engine in Rust on SQLite, with an MCP server for coding agents.",
"version": "0.11.1",
"websiteUrl": "https://dynoxide.dev",
"repository": {
"url": "https://github.com/nubo-db/dynoxide",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"identifier": "dynoxide",
"version": "0.11.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "mcp",
"isRequired": true
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/nubo-db/dynoxide:0.11.1",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "mcp",
"isRequired": true
}
]
}
]
}