{"library":"db-read","type":"library","category":null,"description":"db-read is a read-only MCP server (Model Context Protocol) for coding agents to safely access PostgreSQL, MySQL, and MongoDB databases. Version 0.1.1 is the first stable release, offering unified configuration via .db-read.yml, CLI tools for validation and serving, and strict read-only guards: SQL queries are filtered for multi-statement and non-read commands, MongoDB aggregation blocks $out and $merge, and limits on rows/documents and timeouts are enforced. It supports environments (dev, staging, prod) and local or hosted connections. Compared to other MCP database tools, db-read uniquely supports three database kinds in one server with a focus on read-only safety for AI agents.","language":"javascript","status":"active","version":"0.1.1","tags":["javascript","mcp","database","postgres","mysql","mongodb","read-only"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install db-read","imports":["import dbRead from 'db-read'","import { validateConfig } from 'db-read'","import { serve } from 'db-read'","import type { Config } from 'db-read'"]},{"cmd":"yarn add db-read","imports":[]},{"cmd":"pnpm add db-read","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"db-read","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}