mosta net for VS Code
io.github.apolocine/mosta-net
1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC.
client:VS Code
transport:stdio
runtime:npm
Install mosta net in VS Code
.vscode/mcp.json
{
"servers": {
"mosta-net": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mostajs/net"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs