Odel
mosta net

mosta net

Local
@apolocineJavaScriptUpdated 2mo ago

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).

npm@mostajs/netv2.0.42

Run

npx -y @mostajs/net

MCP client config

{
  "mcpServers": {
    "mosta-net": {
      "command": "npx",
      "args": [
        "-y",
        "@mostajs/net"
      ]
    }
  }
}