postgres scout mcp for Cursor
io.github.bluwork/postgres-scout-mcp
Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality
client:Cursor
transport:stdio
runtime:npm
Install postgres scout mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"postgres-scout-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postgres-scout-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs