Database Servers

SQL and NoSQL database access and management

6 servers in this category

PostgreSQLVerified
Database

Connect to a PostgreSQL database, run read-only SQL queries, inspect schemas and table definitions, and explore relationships between tables.

by Anthropic12.8k4 tools
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb
SupabaseVerified
Database

Manage Supabase projects — run SQL queries, apply migrations, list tables, fetch logs, and inspect your database schema and edge functions.

by Supabase1.2k8 tools
npx -y @supabase/mcp-server-supabase
PrismaVerified
Database

Interact with Prisma ORM — introspect your database schema, run migrations, execute Prisma Client queries, and manage your Prisma Data Platform projects.

by Prisma6206 tools
npx -y @prisma/mcp-server
NeonVerified
Database

Create and manage Neon serverless Postgres databases. Run SQL queries, manage branches, and handle connection pooling through the Neon API.

by Neon4809 tools
npx -y @neondatabase/mcp-server-neon
Database

Query and manage SQLite databases. Run SQL statements, inspect schema, list tables and columns, and create new databases from your AI assistant.

by community12.8k6 tools
npx -y @modelcontextprotocol/server-sqlite --db-path /path/to/db.sqlite
Database

Read and write data in Redis — get, set, and delete keys, work with lists, sets, hashes, and sorted sets, and inspect keyspace patterns.

by community12.8k14 tools
npx -y redis-mcp