Run read-only queries across PostgreSQL, Supabase, and MongoDB through MCP.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Polybase MCP" yet — see the docs or source repo.
Use Polybase MCP to run a read-only query on a PostgreSQL database and count new users from the last 30 days by date.
A day-by-day summary of new users is returned without modifying the database.
Use Polybase MCP to run a read-only query on a Supabase database for orders from the last 7 days, listing order ID, amount, and created time.
A read-only list of recent orders is returned for the last 7 days.
Use Polybase MCP to run a read-only query on a MongoDB collection, find documents with status set to active, and return the first 20 records.
The first 20 matching documents are returned with no write or update operations.
Developers or data analysts can connect Polybase MCP to AI so the model can read data from PostgreSQL, Supabase, or MongoDB directly. Because it is read-only, it is better suited for inspection and analysis than data changes.
When a team uses both relational databases and MongoDB, this tool provides a unified way to query them through MCP. This reduces the need to build separate integrations for each database.
Researchers or analysts can have AI read the latest records directly from databases during analysis. It fits scenarios where quick data inspection and summarized results are needed.
It is a universal database adapter that uses the Model Context Protocol to run read-only queries across PostgreSQL, Supabase, and MongoDB. Its focus is unified data access across multiple database types.
The provided information says it supports PostgreSQL, Supabase, and MongoDB. For any additional database support, see the source repository.
Based on the description, it provides read-only query capabilities. That means it is intended for reading data, not for insert, update, or delete operations.
Connect to Supabase to manage databases, projects, and backend resources.
Connect AI assistants to PostgreSQL for secure querying, management, and analysis.
Safely let AI query PostgreSQL, MySQL, and SQLite in read-only mode.
Connect to Supabase databases to query, modify records, and run RPCs.
Connect LLM apps to query and manage multiple databases through one tool.
Safely manage PostgreSQL databases with schema exploration, procedure analysis, and test data generation.