jacgood/managed-db-mcp
If you are the rightful owner of managed-db-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Managed DB MCP Server provides tools for managing PostgreSQL databases through the Managed DB API, facilitating database project management, migrations, backups, and more.
Tools
Functions exposed to the LLM to take actions
create_project
Create a new managed database project with roles and REST API.
list_projects
List all managed database projects.
get_project
Get detailed information about a specific project.
delete_project
Delete a project, either soft or hard delete.
rotate_project_keys
Rotate JWT secret and API keys for a project.
get_project_health
Check the health status of a project database and PostgREST.
create_table
Create a table with specified columns, indexes, and RLS policies.
run_migration
Execute arbitrary SQL migrations on a project.
backup_project
Create a pg_dump backup of a project.
restore_project
Restore a project from a backup artifact.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client