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 inspect and query PostgreSQL databases using natural language.
Use natural language to query PostgreSQL, manage schemas, and inspect database stats.
Query PostgreSQL, inspect tables, and explore schemas through MCP clients.
Connect AI assistants to PostgreSQL for secure querying, management, and analysis.
Connect to PostgreSQL via MCP for queries, schema inspection, and database changes.
Safely explore PostgreSQL schemas and run controlled read or write queries.