MCP servers that connect AI assistants to SQL, NoSQL, vector and analytical databases. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.
Supabase’s official MCP server: manage projects, run SQL and inspect your database.
MongoDB’s official MCP server: query collections, inspect schemas and run aggregations.
Lets AI assistants interact with Pinecone vector database indexes and documentation.
Elastic’s official MCP server: search indices and inspect mappings from an assistant.
PostgreSQL database operations over the Model Context Protocol.
Security scan results for the Bridge MCP server.
Security scan results for the Sanitizer MCP server.
Security scan results for the Deltascope MCP server.
Node.js server for runtime database connections supporting multiple database types.
Security scan results for the Mariadb MCP server.
Security scan results for the Sqlmate MCP server.
Security scan results for the Agentskit MCP server.
Security scan results for the Universal Db Client MCP server.
Executes read-only SQL queries against Oracle databases for AI assistants.
Security scan results for the Easy Mysql MCP server.
Security scan results for the Sqlite MCP server.
MySQL access with read-only guardrails, row caps, and statement timeouts.
Full read/write PostgreSQL access with enhanced schema metadata.
Security scan results for the Miniapp MCP server.
Security scan results for the Read Only Mysql MCP server.
Security scan results for the Pg MCP server.
Security scan results for the Read Only Postgres MCP server.
Security scan results for the Tokenlite Mysql MCP server.
Security scan results for the Safedb MCP server.
Database MCP servers connect AI assistants to the systems where real data lives: relational engines such as PostgreSQL and MySQL, document and key-value stores like MongoDB and Redis, analytical warehouses like ClickHouse and BigQuery, and vector databases such as Qdrant and pgvector. Over the Model Context Protocol, a client like Claude or Cursor can run queries, read schemas and sometimes write rows — which makes this one of the highest-stakes corners of the MCP Trust Registry.
The everyday win is natural-language analytics: describe the question, and the assistant writes the SQL, runs it and summarizes the result. Developers lean on these servers for schema work — exploring tables, drafting migrations, reasoning about slow queries with real EXPLAIN output. Vector-capable servers add semantic search, letting an assistant query embeddings for retrieval-augmented workflows instead of guessing from stale training data.
A database connector holds the keys to the whole schema, so vet it like a privileged client, not a plugin:
It can be, with guardrails: use a read-only replica or a role scoped to the schemas the assistant genuinely needs, and pick a server whose security findings you have reviewed. Trust Scores are automated opinions about published code, not certifications, so treat a strong grade as a starting point and read the individual findings before granting write access.