DB Explorer
БесплатноНе проверенEnables connecting to any SQL database, exploring schemas, running queries, and visualizing results with interactive charts from Claude Desktop.
Описание
Enables connecting to any SQL database, exploring schemas, running queries, and visualizing results with interactive charts from Claude Desktop.
README
Connect to any SQL database and explore schemas, run queries, and visualize results with interactive charts — all from Claude Desktop.
Install
npx @anthropic-ai/mcpb add db-explorer-mcp
Or add manually to your Claude Desktop config:
{
"mcpServers": {
"db-explorer": {
"command": "npx",
"args": ["db-explorer-mcp"],
"env": {
"DB_CONNECTION_STRING": "postgres://user:pass@localhost:5432/mydb"
}
}
}
}
Supported databases
- PostgreSQL —
postgres://user:pass@host:5432/db - MySQL —
mysql://user:pass@host:3306/db - SQLite —
sqlite:///path/to/file.db
Tools
| Tool | Description |
|---|---|
connect |
Connect to a database via connection string |
list_tables |
List all tables with estimated row counts |
describe_table |
Describe columns, types, constraints, and foreign keys |
get_schema |
Get the full database schema with relationships |
query |
Execute a read-only SQL query |
chart |
Render an interactive chart from query results |
License
This project is released under the MIT License. See LICENSE for details.
Support
If you like this project, please consider giving it a star.
Установка DB Explorer
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/851-labs/db-explorer-mcpFAQ
DB Explorer MCP бесплатный?
Да, DB Explorer MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для DB Explorer?
Нет, DB Explorer работает без API-ключей и переменных окружения.
DB Explorer — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить DB Explorer в Claude Desktop, Claude Code или Cursor?
Открой DB Explorer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare DB Explorer with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
