Databases
Trust: 37/100 (Limited)io.github.bluwork/postgres-scout-mcp Guide
Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality
by bluwork
Quick Start
Install
npx postgres-scout-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-bluwork-postgres-scout-mcp": {
"command": "npx",
"args": [
"postgres-scout-mcp"
]
}
}
}