mcpbeat Sign in

Postgres Scout MCP Server

local only

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

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

Installs per day peak 32 · avg 9 · +7% w/w
a month agotoday
43
Installs / week
npm · postgres-scout-mcp
0
Stars
0 open issues
7 Mar 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Postgres Scout MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Postgres Scout MCP

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

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

40 installs/wk local only
Postgres
by waystation

Connect to your PostgreSQL database to query data and schemas.

answering
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

34 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 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
Xata
by xataio

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

answering
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
Kafka And Postgres Monitoring Stack
by getvda

Kafka and Postgres Monitoring Stack

2 tools answering

Postgres Scout MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Postgres Scout MCP?
Postgres 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 postgres-scout-mcp was installed 43 times last week.
How do I connect Postgres 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 postgres-scout-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Postgres Scout MCP?
The npm package postgres-scout-mcp was installed 43 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Postgres 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.