1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @mostajs/net
MCP client config
{
"mcpServers": {
"mosta-net": {
"command": "npx",
"args": [
"-y",
"@mostajs/net"
]
}
}
}