SchemaPilot MCP
Provides read-only PostgreSQL schema metadata introspection, including listing schemas, tables, and columns, describing table details, retrieving foreign key relationships, exporting schema documentation, and refreshing the schema cache.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SchemaPilot MCPdescribe the users table"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
schemapilotMCP Tools
Tool | Description |
| List available schemas |
| List tables with column counts |
| Full table details |
| FK relationship graph |
| Markdown documentation |
| 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: 300License
MIT
This server cannot be installed
Maintenance
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
- Alicense-qualityFmaintenanceA 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 updated9031MIT
- AlicenseCqualityDmaintenanceEnables 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 updated2MIT
- Alicense-qualityCmaintenanceAn 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 updated30MIT
- Alicense-qualityDmaintenanceAn MCP server that provides deep schema introspection for Supabase/Postgres, exposing tables, columns, views, enums, RLS policies, functions, and more.Last updated3MIT
Related MCP Connectors
MCP server for managing Prisma Postgres.
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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