Supabase MCP Server offering SQL query execution and database exploration tools. Provides MCP protocol support for managing data within Supabase environments.
Loading more......
An MCP server bridging to ClickZetta databases for executing SQL queries, exploring schema information, and documenting insights via natural language interaction.
A Model Context Protocol server enabling LLMs to interact with SQLite and SQL Server databases, supporting schema inspection and SQL query execution, as an exemplary database MCP server.
Official Supabase MCP server allowing AI assistants to manage tables, fetch config, and query data within Supabase projects.
An MCP server designed for querying and analyzing Azure Data Explorer databases, supporting time-series and analytics MCP use cases.
An MCP server integrating with Airtable to enable CRUD operations on records within code editors, showcasing a practical database MCP server implementation.
Provides read and write access to Airtable databases via an MCP server, offering a simple and effective database integration for MCP applications.
Supabase MCP Server enables tools like Cursor and Windsurf to manage Supabase databases and execute SQL queries via the MCP (Model Context Protocol) protocol. It provides a feature-rich server for database management, SQL execution, and programmatic access to the Supabase Management API with built-in safety controls.
get_db_schemas: List all database schemas with sizes and table counts.get_tables: List tables in a schema with sizes, row counts, and metadata.get_table_schema: Detailed table structure, columns, keys, relationships.execute_sql_query: Execute raw SQL queries with support for all PostgreSQL operations. Supports transaction control (BEGIN, COMMIT, ROLLBACK).send_management_api_request: Send arbitrary requests with auto-injection of project ref and safety mode.get_management_api_spec: Retrieve enriched API specification with safety information.get_management_api_safety_rules: Retrieve all safety rules including blocked and unsafe operations.live_dangerously: Switch between safe and unsafe modes.get_user_by_id, list_users, create_user, delete_user, invite_user_by_email, generate_link, update_user_by_id, and more..env file, or global config file.No pricing information is provided; the project is open source under the Apache-2.0 license.