MCP Server
Active
io.github.apolocine/mosta-net MCP Server
io.github.apolocine/mosta-net
What is the io.github.apolocine/mosta-net MCP server?
1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC.
How to install io.github.apolocine/mosta-net
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mosta-net": {
"command": "npx",
"args": [
"-y",
"@mostajs/net"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mosta-net": {
"command": "npx",
"args": [
"-y",
"@mostajs/net"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mosta-net": {
"command": "npx",
"args": [
"-y",
"@mostajs/net"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mosta-net": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mostajs/net"
]
}
}
}Claude Code
claude mcp add mosta-net -- npx -y @mostajs/netRelated MCP servers
MCP server for @mostajs/orm: generate, lint (24 rules) & migrate EntitySchemas.
View repository →