Database MCP Server (roilanrodriguez55/database-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 53 tools. No publisher has claimed this listing.
An extensible MCP server for database operations that supports PostgreSQL for managing schemas, tables, data, and user permissions. It features automatic migration recording for DDL changes and integrates with various AI-powered editors like Cursor, Zed, and Claude Code.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
roilanrodriguez55
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
db_list_rolesList all database roles
db_create_roleCreate a database role
db_create_userCreate a database user (role with LOGIN)
db_alter_roleAlter a role
db_drop_roleDrop a role
db_grant_role_membershipGrant a role to another role (membership)
db_revoke_role_membershipRevoke role membership
db_grant_schemaGrant schema privileges (USAGE, CREATE) to a role
db_revoke_schemaRevoke schema privileges from a role
db_grant_tableGrant table privileges to a role
db_revoke_tableRevoke table privileges from a role
db_grant_all_tables_in_schemaGrant privileges on all tables in a schema to a role
db_revoke_all_tables_in_schemaRevoke privileges on all tables in a schema from a role
db_list_grantsList all grants for a role (table privileges)
db_queryExecute a SELECT query
db_insertInsert rows into a table
db_updateUpdate rows in a table
db_deleteDelete rows from a table
db_execute_sqlExecute arbitrary SQL (DDL/DML). Use for advanced operations. Prefer specific tools when possible.
db_list_databasesList all configured databases
db_get_databaseGet details of a specific database
db_list_extensionsList installed extensions
db_create_extensionInstall an extension
db_drop_extensionRemove an extension
db_list_functionsList functions
db_create_functionCreate a function
db_drop_functionDrop a function
db_list_indexesList indexes
db_create_indexCreate an index
db_drop_indexDrop an index
db_list_migrationsList migrations: applied (in DB) and pending (files not yet applied). Use to sync database.
db_apply_migrationApply a single migration by filename
db_apply_all_migrationsApply all pending migrations to sync the database. Runs migrations in order.
db_list_schemasList all database schemas
db_create_schemaCreate a new schema
db_get_schemaGet schema details
db_alter_schemaRename a schema
db_drop_schemaDrop a schema
db_list_sequencesList sequences
db_create_sequenceCreate a sequence
db_drop_sequenceDrop a sequence
db_list_tablesList tables in a schema
db_create_tableCreate a new table
db_get_tableGet table details (columns, PK, FK)
db_alter_tableAlter table (add/drop columns, rename)
db_drop_tableDrop a table
db_list_triggersList triggers
db_create_triggerCreate a trigger
db_drop_triggerDrop a trigger
db_list_viewsList views
db_create_viewCreate a view
db_get_viewGet view definition
db_drop_viewDrop a view
MIGRATIONS_DIRMigrations directory (default: ./migrations)MIGRATIONS_ENABLEDAuto-record DDL changes to migration files (default: true)TEST_DATABASE_URLTEST_MYSQL_URLTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
53/53 tools missing one or more hints — db_list_roles (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); db_create_role (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); db_create_user (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +50 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
Only 0/53 tools referenced in tests (0%)
Write tests that reference each tool by name so every tool has at least one test.
Tests pass
npm test failed — tests do not pass
Make sure npm test runs cleanly. Common cause: missing build step or missing env vars.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/roilanrodriguez55/database-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check