yt3trees/SqlSchemaBridgeMCP
If you are the rightful owner of SqlSchemaBridgeMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
SqlSchemaBridgeMCP is a Model-Context-Protocol (MCP) server that facilitates the translation of natural language queries into SQL by providing metadata about database schemas.
Tools
Functions exposed to the LLM to take actions
list_tables
Lists all available tables defined in tables.csv.
find_table
Searches for tables by logical or physical name and returns all matches.
find_column
Searches for columns by logical or physical name.
find_relations
Finds relationships and join conditions for a specified table.
get_profile_instructions
Gets the instructions for the AI if a README.md file is present in the current profile's directory.
add_table
Adds a new table definition to tables.csv.
delete_table
Deletes a table definition from tables.csv.
add_column
Adds a new column definition to columns.csv.
delete_column
Deletes a column definition from columns.csv.
add_relation
Adds a new relationship definition to relations.csv.
delete_relation
Deletes a relationship definition from relations.csv.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client