Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

DB Explorer

БесплатноНе проверен

Enables connecting to any SQL database, exploring schemas, running queries, and visualizing results with interactive charts from Claude Desktop.

GitHubEmbed

Описание

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

  • PostgreSQLpostgres://user:pass@host:5432/db
  • MySQLmysql://user:pass@host:3306/db
  • SQLitesqlite:///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.

from github.com/851-labs/db-explorer-mcp

Установка DB Explorer

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/851-labs/db-explorer-mcp

FAQ

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

Compare DB Explorer with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории data