mcp-server
0
The Database Schema MCP Server is designed to interface with multiple database systems, providing tools to expose and read database schemas. It supports PostgreSQL, MySQL, and SQLite, offering features like table listing and schema details extraction.
Connect to Database
Connect to a database of the specified type
List Tables
List all tables in the database
Get Table Schema
Get detailed schema information for a specific table
Get Database Schema
Get the complete database schema including tables, views, and indexes