Access remote SQL and MongoDB databases for queries, writes, and schema management.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "database-remote-mcp" yet — see the docs or source repo.
Connect to the remote PostgreSQL database, list all tables in the public schema, and show the columns, types, indexes, and primary key for the users table.
A list of tables in the database and a detailed schema description of the users table.
Connect to the remote MySQL database, query daily order counts and total sales for the last 30 days, return the results sorted by date ascending, and provide a trend summary.
A day-by-day results table plus a brief business trend analysis.
Connect to the remote MongoDB instance, inspect the sample document structure of the customers collection, insert a test customer record, and query it to confirm the write succeeded.
The collection document structure, a successful insert operation, and the query result for the new record.
Connect to MongoDB for queries, document management, schema analysis, and operations.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Safely explore and analyze data across multiple databases with read-only access.
Run read-only MySQL queries and list datasources through MCP.
Interact with MySQL databases using natural language for queries and management.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.