meeseeql

txsmith/meeseeql

3.2

If you are the rightful owner of meeseeql and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Database Explorer MCP Server is a FastMCP server designed for exploring multiple databases with support for SELECT queries, table sampling, and structure inspection.

Tools

Functions exposed to the LLM to take actions

list_databases

Lists all configured databases with their types and descriptions.

execute_query

Executes a query on the specified database. Only connect to your DB using read-only permissions!

sample_table

Samples rows from a table with an optional limit on the number of rows.

describe_table

Gets table structure including columns and foreign keys.

list_tables

Lists all tables in the specified database with hierarchical schema structure.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources