Database Analyzer
0
Provides an MCP server interface for PostgreSQL database introspection and analysis.
소개
Database Analyzer offers a powerful solution for PostgreSQL database analysis, providing an MCP (Model Context Protocol) server interface for introspection and exploration. Users can delve into database schemas, understand relationships between tables, and execute safe queries through a standardized interface, ensuring both accessibility and security.
주요 기능
- Built-in security to prevent unauthorized modifications
- Database schema analysis (list tables, get schema information)
- Comprehensive error handling
- Safe SELECT query execution with parameterized inputs
- 0 GitHub stars
- Environment variable-based configuration for sensitive data
사용 사례
- Exploring database schemas
- Executing safe queries
- Database introspection and analysis