klogins-hash/mcp-database-server
3.1
If you are the rightful owner of mcp-database-server 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.
The MCP Database Server is a Model Context Protocol server designed to provide seamless database connectivity and querying capabilities through a RESTful HTTP API, optimized for deployment on Railway using Docker.
Tools
Functions exposed to the LLM to take actions
query_database
Execute a SQL query on the connected database.
list_tables
List all tables in the database.
describe_table
Get the structure of a specific table.
get_table_data
Get data from a specific table with optional limit.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client