1999AZZAR/database-mcp-server
If you are the rightful owner of database-mcp-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 henry@mcphub.com.
A comprehensive Model Context Protocol (MCP) server for database operations with SQLite support.
Tools
Functions exposed to the LLM to take actions
create_database
Create a new SQLite database.
list_databases
List all available databases.
drop_database
Delete a database.
create_table
Create a new table with schema definition.
list_tables
List all tables in a database.
describe_table
Get detailed information about a table structure.
drop_table
Delete a table.
insert_data
Insert records into a table.
query_data
Query data from a table with filtering and sorting.
update_data
Update records in a table.
delete_data
Delete records from a table.
count_records
Count records in a table.
execute_sql
Execute raw SQL queries.
import_from_file
Import data from CSV, JSON, or SQL files.
export_to_file
Export table data to CSV, JSON, or SQL files.
backup_database
Create a backup of a database.
restore_database
Restore a database from backup.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client