MCP Server
MCP
Dynoxide
DynamoDB-compatible database engine in Rust on SQLite, with an MCP server for coding agents.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "dynoxide",
"version": "0.13.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"isRequired": true,
"value": "mcp",
"type": "positional"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/nubo-db/dynoxide:0.13.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"isRequired": true,
"value": "mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment