PluginBench
MCP Server
Maintained
Apache-2.0

io.github.bluwork/postgres-scout-mcp MCP Server

io.github.bluwork/postgres-scout-mcp

What is the io.github.bluwork/postgres-scout-mcp MCP server?

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

How to install io.github.bluwork/postgres-scout-mcp

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": {
    "postgres-scout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "postgres-scout-mcp",
        "read-only",
        "postgresql://localhost:5432/postgres"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "postgres-scout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "postgres-scout-mcp",
        "read-only",
        "postgresql://localhost:5432/postgres"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "postgres-scout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "postgres-scout-mcp",
        "read-only",
        "postgresql://localhost:5432/postgres"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "postgres-scout-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "postgres-scout-mcp",
        "read-only",
        "postgresql://localhost:5432/postgres"
      ]
    }
  }
}
Claude Code
claude mcp add postgres-scout-mcp -- npx -y postgres-scout-mcp read-only postgresql://localhost:5432/postgres

Related MCP servers

The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP

1
TypeScript
Apache-2.0
View repository →

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

0
TypeScript
Apache-2.0
View repository →