mcpbeat Sign in

Mosta Net MCP Server

local only

Mosta Net runs on your own machine — the client starts it, so there is no endpoint to ping. 203 installs a week from npm. Last commit 7 Jun 2026.

1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC.

Installs per day peak 336 · avg 51 · -52% w/w
a month agotoday
203
Installs / week
npm · @mostajs/net
0
Stars
0 open issues
7 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime src/lib/schema-loader.ts:101
    const fn = new Function(`"use strict"; return (${code});`);
Dumps the whole environment src/routes/project.ts:189
      const enabledTransportNames = Object.entries(process.env)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mosta-net -- npx -y @mostajs/net
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mosta-net": {
      "args": [
        "-y",
        "@mostajs/net"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mosta-net]
command = "npx"
args = ["-y", "@mostajs/net"]
.cursor/mcp.json
{
  "mcpServers": {
    "mosta-net": {
      "args": [
        "-y",
        "@mostajs/net"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mosta-net": {
      "args": [
        "-y",
        "@mostajs/net"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mosta Net

same job, measured the same way
Ainative Postgres MCP
by ainative-studio

Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.

74 installs/wk local only
Mimer MCP
by mimersql

An MCP server with Mimer SQL Database Connectivity

80 installs/wk local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only
Colabfit MCP
by colabfit

An MCP server that provides access to the ColabFit database

81 installs/wk local only
Oracle
by marcelo-ochoa

MCP server for interacting with Oracle databases

96 installs/wk local only
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

34 installs/wk local only
DB Connect MCP
by yugui923

Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse

390 installs/wk local only
Migratorxpress MCP
by arpe-io

MCP server for MigratorXpress — cross-platform database migration with parallel transfer

96 installs/wk local only

Mosta Net — questions

Answers built from our own checks of this server.

Why is there no uptime for Mosta Net?
Mosta Net runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mostajs/net was installed 203 times last week.
How do I connect Mosta Net?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mostajs/net straight from npm; nothing to host, nothing to sign up for.
How many people use Mosta Net?
The npm package @mostajs/net was installed 203 times in the last week. Week over week that is -52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mosta Net open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.