Server data from the Official MCP Registry
PostgreSQL MCP server for schema, query, health, security, and performance analysis.
PostgreSQL MCP server for schema, query, health, security, and performance analysis.
DBeast is a well-structured PostgreSQL MCP server with clear security intentions and reasonable permission scoping for its DBA-focused purpose. Authentication is properly delegated to the database layer via connection strings/credentials, and sensitive operations are appropriately gated (write queries are previewed, not executed). However, several code quality and architectural concerns prevent a higher score: dynamic SQL construction in query builders poses injection risks if not carefully validated, error handling is inconsistent, audit logging could be more robust, and some administrative operations (like analyzing impact without execution) still require careful input validation. Permissions are appropriate for the stated purpose. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity).
5 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DATABASE_URL
Environment variable: DB_HOST
Environment variable: DB_PORT
Environment variable: DB_USER
Environment variable: DB_PASSWORD
Environment variable: DB_NAME
Environment variable: AWS_SECRET_NAME
Environment variable: AWS_REGION
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-snss10-dbeast": {
"env": {
"DB_HOST": "your-db-host-here",
"DB_NAME": "your-db-name-here",
"DB_PORT": "your-db-port-here",
"DB_USER": "your-db-user-here",
"AWS_REGION": "your-aws-region-here",
"DB_PASSWORD": "your-db-password-here",
"DATABASE_URL": "your-database-url-here",
"AWS_SECRET_NAME": "your-aws-secret-name-here"
},
"args": [
"dbeast"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.