Agent♥︎Age
Catalog

Secure Schema MCP

Official

by Siddharth-coder13 · Python

Read-only MCP server for exposing database schema metadata without row data.

A read-only MCP server for exposing database schema metadata without row data. It serves AI coding tools with structure information only, returning table/view names, columns, types, keys, and relationships in a compact format to minimize token usage.

🛠️ Key Features

  • Read-only MCP server for schema metadata
  • Exposes tables, views, columns, SQL types
  • Includes primary/unique keys and foreign-key relationships
  • Omit reads, queries, credentials, and row data

🚀 Use Cases

  • AI-assisted code generation with schema awareness
  • Lightweight schema discovery without exposing row data
  • Token-efficient schema introspection for development tooling

⚡ Developer Benefits

  • Clear, compact representation of schema for tooling
  • Reduced risk exposure by avoiding row data
  • Easy integration with MCP-compatible clients

⚠️ Limitations

  • Read-only exposure; does not return actual data
  • May not expose non-schema metadata or database credentials
  • Limited to structural metadata described in readme excerpt
Secure Schema MCP - agentage MCP Catalog