Skip to main content
Glama
verifydream

SchemaPilot MCP

by verifydream

SchemaPilot MCP

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

Related MCP server: PostgreSQL MCP Server

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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    A Model Context Protocol server providing dual transport (HTTP and Stdio) access to PostgreSQL databases, allowing AI assistants to query databases and fetch schema information through natural language.
    Last updated
    91
    31
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Enables querying PostgreSQL database metadata including table lists and schema information through the MCP protocol. Supports stdio transport for Cursor/IDE integration as well as HTTP transport with health check endpoints.
    Last updated
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An open-source MCP server for PostgreSQL schema introspection and guarded read-only queries. It enables MCP clients to discover schemas, tables, columns, indexes, relationships, and safe queryable data from a configured PostgreSQL database.
    Last updated
    30
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides deep schema introspection for Supabase/Postgres, exposing tables, columns, views, enums, RLS policies, functions, and more.
    Last updated
    3
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/verifydream/schemapilot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server