SchemaPilot
БесплатноНе проверенRead-only PostgreSQL schema metadata server for AI coding agents, providing table/column details, relationships, and markdown export via MCP protocol.
Описание
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
Установка SchemaPilot
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/verifydream/schemapilot-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare SchemaPilot with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
