Command Palette

Search for a command to run...

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

SchemaPilot

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

Read-only PostgreSQL schema metadata server for AI coding agents, providing table/column details, relationships, and markdown export via MCP protocol.

GitHubEmbed

Описание

Read-only PostgreSQL schema metadata server for AI coding agents, providing table/column details, relationships, and markdown export via MCP protocol.

README

MCP server for PostgreSQL schema metadata — read-only, local-first, AI-coding-agent ready.

Features

  • Read-only PostgreSQL introspection (no writes, no arbitrary SQL)
  • MCP protocol (Model Context Protocol) for AI coding agents
  • Schema/table/column metadata with PK/FK/index details
  • Explicit cache refresh (sync_schema)
  • Markdown documentation export (deterministic)
  • Schema allowlist + max table/column limits
  • Secret redaction in logs

Quick Start

pip install -e .
# Configure
cp schemapilot.yaml.example schemapilot.yaml
# Edit with your PostgreSQL credentials
schemapilot

MCP Tools

Tool Description
list_schemas List available schemas
list_tables List tables with column counts
describe_table Full table details
get_relationships FK relationship graph
export_schema Markdown documentation
sync_schema Refresh schema cache

Configuration

postgres:
  host: localhost
  port: 5432
  database: mydb
  user: app
  password: secret
schema_allowlist:
  - public
  - app
max_tables: 100
max_columns: 500
cache_ttl_seconds: 300

License

MIT

from github.com/verifydream/schemapilot-mcp

Установка SchemaPilot

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

▸ github.com/verifydream/schemapilot-mcp

FAQ

SchemaPilot MCP бесплатный?

Да, SchemaPilot MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для SchemaPilot?

Нет, SchemaPilot работает без API-ключей и переменных окружения.

SchemaPilot — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить SchemaPilot в Claude Desktop, Claude Code или Cursor?

Открой SchemaPilot на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare SchemaPilot with

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

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

Автор?

Embed-бейдж для README

Похожее

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