supabase-community/supabase-mcp
Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"supabase-mcp": {
"command": "npx",
"args": ["-y", "supabase-mcp"]
}
}
}Related in Databases
googleapis/genai-toolbox
Open source MCP server specializing in easy, fast, and secure tools for Databases.
ArcadeData/arcadedb
Built-in MCP server for ArcadeDB, a multi-model database (graph, document, key-value, time-series, vector) with SQL, Cypher, Gremlin, and MongoDB QL support.
bram2w/baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
designcomputer/mysql_mcp_server
MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines
VictoriaMetrics-Community/mcp-victorialogs
Provides comprehensive integration with your [VictoriaLogs instance APIs](https://docs.victoriametrics.com/victorialogs/querying/#http-api) and [documentation](https://docs.victoriametrics.com/victorialogs/) for working with logs, investigating and debugging tasks related to your VictoriaLogs instances.