georgi-terziyski_database_mcp_server
If you are the rightful owner of georgi-terziyski_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 Model Context Protocol (MCP) server that provides tools for connecting to and interacting with various database systems.
add_connection
Add a new database connection
test_connection
Test a database connection
list_connections
List all database connections
remove_connection
Remove a database connection
execute_query
Execute a SQL query
get_records
Get records from a table
insert_record
Insert a record into a table
update_record
Update records in a table
delete_record
Delete records from a table
list_tables
List all tables in a database
get_table_schema
Get the schema for a table
create_table
Create a new table
drop_table
Drop a table
create_index
Create an index on a table
drop_index
Drop an index
alter_table
Alter a table structure
begin_transaction
Begin a transaction
commit_transaction
Commit a transaction
rollback_transaction
Rollback a transaction