Manage PostgreSQL user data with natural-language CRUD and search commands.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP Usuarios DB" yet — see the docs or source repo.
Find users in PostgreSQL who logged in within the last 30 days and are marked active. Return user ID, name, email, and last login time, sorted by most recent login.
A filtered user list with key fields, sorted by latest login time.
Create a new user in the users table: name Zhang Min, email [email protected], status active, role analyst. After creation, check for duplicate emails and return the new record.
The tool creates the user, validates email uniqueness, and returns the inserted record or a conflict warning.
Update all users whose email is unverified and who have not logged in for over 90 days to inactive, and report how many users will be updated. If any are marked as test accounts, delete those test accounts as well.
An execution summary showing update and deletion results, including affected record counts.
Safely manage PostgreSQL databases with schema exploration, procedure analysis, and test data generation.
Use natural language to query PostgreSQL, manage schemas, and inspect database stats.
Query PostgreSQL, inspect tables, and explore schemas through MCP clients.
Run PostgreSQL queries, inspect metadata, and diagnose performance via natural language.
Connect AI assistants to PostgreSQL for secure querying, management, and analysis.
Query any Postgres database in natural language for fast insights.