Query and inspect SQLite databases from Claude Code
Description
The official SQLite MCP server from Anthropic enables natural language database queries through Claude. Read schemas, run SQL, inspect tables, and analyze data without writing queries manually. Ideal for local-first apps and development databases.
The official PostgreSQL MCP server provides AI assistants with direct database access. Run queries, inspect schemas, analyze data, and manage tables through natural language. Supports connection pooling and read-only mode for safety.