executeautomation_mcp-database-server
If you are the rightful owner of executeautomation_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 henry@mcphub.com.
The MCP Database Server provides database access capabilities to Claude, supporting both SQLite and SQL Server databases.
The MCP Database Server is a versatile tool designed to facilitate database interactions for Claude, a model context protocol server. It supports both SQLite and SQL Server databases, allowing users to execute a variety of SQL operations such as reading, writing, and modifying data. The server can be used directly by installing it globally or through local development setups. It offers a range of tools for database management, including executing queries, creating and altering tables, and exporting data. The server is compatible with different platforms and can be configured to work seamlessly with Claude Desktop, providing a robust solution for database management tasks.
Features
- Supports both SQLite and SQL Server databases.
- Offers direct usage and local development options.
- Provides a variety of database management tools.
- Compatible with Claude Desktop for seamless integration.
- Includes detailed documentation for setup and usage.
Tools
read_query
Execute SELECT queries to read data.
write_query
Execute INSERT, UPDATE, or DELETE queries.
create_table
Create new tables in the database.
alter_table
Modify existing table schema.
drop_table
Remove a table from the database.