Database Servers
SQL and NoSQL database access and management
6 servers in this category
Connect to a PostgreSQL database, run read-only SQL queries, inspect schemas and table definitions, and explore relationships between tables.
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydbManage Supabase projects — run SQL queries, apply migrations, list tables, fetch logs, and inspect your database schema and edge functions.
npx -y @supabase/mcp-server-supabaseInteract with Prisma ORM — introspect your database schema, run migrations, execute Prisma Client queries, and manage your Prisma Data Platform projects.
npx -y @prisma/mcp-serverCreate and manage Neon serverless Postgres databases. Run SQL queries, manage branches, and handle connection pooling through the Neon API.
npx -y @neondatabase/mcp-server-neonQuery and manage SQLite databases. Run SQL statements, inspect schema, list tables and columns, and create new databases from your AI assistant.
npx -y @modelcontextprotocol/server-sqlite --db-path /path/to/db.sqliteRead and write data in Redis — get, set, and delete keys, work with lists, sets, hashes, and sorted sets, and inspect keyspace patterns.
npx -y redis-mcp