Back to Apps

dbecho
Supports UIby foliagerosebush512
Natural language interface for PostgreSQL databases. Query and analyze your data with secure, read-only access.
0 stars
Works in:Cursor
Exposes:Tools
What it does
dbecho connects AI agents to PostgreSQL databases, allowing them to explore schemas, run complex analytics, and compare data across different databases using natural language. It operates in a strict read-only mode to ensure data safety.
Tools
query_database: Execute read-only SQL queries to fetch data.explore_schema: Retrieve table structures, columns, and relationships.analyze_data: Perform summaries and counts for data insights.compare_databases: Side-by-side data comparison across different Postgres instances.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"dbecho": {
"command": "python",
"args": ["-m", "dbecho.server"]
}
}
}
Supported hosts
Confirmed support for Claude Code, Cursor, and other MCP clients.
Quick install
pip install dbechoInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"dbecho": {"command": "python", "args": ["-m", "dbecho.server"]}}}





