mcpbeat Sign in

Mongo Scout MCP Server

local only

Mongo Scout MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 5 Mar 2026.

Scout your MongoDB databases with AI - safety features, live monitoring, and data quality

Installs per day peak 28 · avg 8 · +30% w/w
a month agotoday
40
Installs / week
npm · mongo-scout-mcp
0
Stars
0 open issues
5 Mar 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

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.

Builds a database query by concatenation src/tools/live-monitoring.ts:208
        const totalOps = finalOps.insert + finalOps.query +
                        finalOps.update + finalOps.delete -

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 mongo-scout-mcp -- npx -y mongo-scout-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mongo-scout-mcp": {
      "args": [
        "-y",
        "mongo-scout-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mongo-scout-mcp]
command = "npx"
args = ["-y", "mongo-scout-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mongo-scout-mcp": {
      "args": [
        "-y",
        "mongo-scout-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mongo-scout-mcp": {
      "args": [
        "-y",
        "mongo-scout-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mongo Scout MCP

same job, measured the same way
Postgres Scout MCP
by bluwork

Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality

43 installs/wk local only
I
DB MCP Server
by stucchi

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

245 installs/wk local only
I
Universalbench
by nikhilgogulwar

Run code, query databases, call any LLM, and commit to GitHub from your AI, safely. Free tier.

answering
Gibsonai
by gibsonai

GibsonAI MCP server: manage your databases with natural language

answering
I
Xata
by xataio

Xata MCP server lets AI agents interact with your Xata projects, and Postgres database branches.

answering
DataHealth-Observer
by evozim

Database health auditor monitoring query latencies.

answering
Orbit
by orbitapps

An app builder for agents. Your agent creates screens, a Postgres database, and a live URL.

answering
Supabase
by waystation

Connect to your Supabase database to query data and schemas.

answering

Mongo Scout MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mongo Scout MCP?
Mongo Scout MCP 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 mongo-scout-mcp was installed 40 times last week.
How do I connect Mongo Scout MCP?
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 mongo-scout-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mongo Scout MCP?
The npm package mongo-scout-mcp was installed 40 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mongo Scout MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.