Database
0
Enables Claude to interact with and manage data across SQLite, SQL Server, PostgreSQL, and MySQL databases.
关于
The Database server provides robust capabilities for Claude to seamlessly access and manage various relational databases, including SQLite, SQL Server, PostgreSQL, and MySQL. It acts as a bridge, allowing Claude to execute complex SQL queries for data retrieval and modification, perform schema operations like table creation and alteration, and even export query results. This empowers advanced data interaction directly within the Claude environment, simplifying database operations through an AI interface.
主要功能
- Supports connectivity to SQLite, SQL Server, PostgreSQL, and MySQL databases
- Provides tools for executing read (SELECT) and write (INSERT, UPDATE, DELETE) SQL queries
- Enables database schema management, including creating, altering, and dropping tables
- Allows listing and describing database tables to understand schema structure
- Supports exporting query results into CSV or JSON formats
- 0 GitHub stars
使用案例
- Enabling AI agents like Claude to perform direct database queries and data manipulation
- Automating database schema management and data extraction tasks via an AI interface
- Facilitating data analysis and reporting by allowing Claude to query and export data from various SQL databases