aike1202/db-mcp-server-npx
If you are the rightful owner of db-mcp-server-npx 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.
Database MCP Server is a versatile database connection service built on the Model Context Protocol (MCP), enabling AI assistants to interact with relational databases securely.
Tools
Functions exposed to the LLM to take actions
read_query
Execute SELECT queries.
write_query
Execute INSERT/UPDATE/DELETE queries, controlled by read-only mode.
list_tables
List all tables in the database.
describe_table
View the structure, types, and default values of a specific table.
get_table_ddl
Retrieve the full CREATE TABLE statement for a table.
inspect_table
Preview the first 5 rows of a table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client