Which MCP Servers Connect AI to Databases?
The Supabase MCP server connects AI assistants to the entire Supabase platform through the Model Context Protocol (MCP), the open standard Anthropic created in November 2024. The server exposes 32 tools across 8 feature groups: the Postgres database, auth, storage, edge functions, branching, debugging, project management, and documentation search. Claude Code, Cursor, and VS Code...
The Postgres MCP server connects AI assistants to PostgreSQL databases through the Model Context Protocol (MCP). It lets Claude, Cursor, and Claude Code inspect a schema, list tables, review EXPLAIN plans, and run SQL in natural language. It is the highest-demand database server in the MCP ecosystem. It grounds the model in your real schema...